Html Css Color HEX #6F42FA Neon Blue

📋 copy color: '#6F42FA'

red 111 ◦ green 66 ◦ blue 250

#6F42FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6F42FA

Tints of Neon Blue #6F42FA

RGB

 RED value IS 111 (43.75% from 255) = 26%

 GREEN value IS 66 (26.17% from 255) = 15.46%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 26%
G = 15.46%
B = 58.55%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F42FA (or 0x6F42FA) is known color: Neon Blue. HEX triplet: 6F, 42 and FA. RGB value is (111,66,250). Sum of RGB (Red+Green+Blue) = 111+66+250=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F42FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42FA is #90BD05. Grayscale: #636363. Windows color (decimal): -9485574 or 16401007. OLE color: 16401007.

HSL color Cylindrical-coordinate representation of color #6F42FA: hue angle of 254.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F42FA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 66 250 -
CMYK 0.56 0.74 0 0.02
HSL 254.67º 0.95% 0.62% -
HSV(B) 254.67º 0.74% 0.98% -
XYZ 25.76 14.18 91.82 -
YUV 100.43 212.41 135.54 -
System Red Green Blue C M Y K H S L
Decimal 111 66 250 0.56 0.74 0 0.02 254.67 0.95 0.62
Hex 6F 42 FA 38 4A 0 2 FF 5F 3E
Octal 157 102 372 70 112 0 2 377 137 76
Binary 1101111 1000010 11111010 111000 1001010 0 10 11111111 1011111 111110

Color Harmonies of #6F42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F42FA

Black with #6F42FA

Text Example


Text Example

White with #6F42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F42FA; }

 p { color: rgb(111,66,250); }

 H1.HeaderClassName
 {
   color: #6F42FA;
 }
 .AnyTagClassName
 {
   color: #6F42FA;
 }
</style>

background-color css

<style>
 a { background-color: #6F42FA; }

 a { background-color: rgb(111,66,250); }

 div.DivClassName
 {
   background-color: #6F42FA;
 }
 .BgClassName
 {
   background-color: #6F42FA;
 }
</style>

border-color css

<style>
 span { border-color: #6F42FA; }

 span { border-color: rgb(111,66,250); }

 td.TdClassName
 {
   border-color: #6F42FA;
 }
 .TagClassName
 {
   border-color: #6F42FA;
 }
</style>