Html Css Color HEX #6F42FE Neon Blue

📋 copy color: '#6F42FE'

red 111 ◦ green 66 ◦ blue 254

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

Shades of Neon Blue #6F42FE

Tints of Neon Blue #6F42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 25.75%
G = 15.31%
B = 58.93%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F42FE (or 0x6F42FE) is known color: Neon Blue. HEX triplet: 6F, 42 and FE. RGB value is (111,66,254). Sum of RGB (Red+Green+Blue) = 111+66+254=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F42FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42FE is #90BD01. Grayscale: #646464. Windows color (decimal): -9485570 or 16663151. OLE color: 16663151.

HSL color Cylindrical-coordinate representation of color #6F42FE: hue angle of 254.36º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F42FE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 66 254 -
CMYK 0.56 0.74 0 0.00
HSL 254.36º 0.99% 0.63% -
HSV(B) 254.36º 0.74% 1% -
XYZ 26.39 14.43 95.16 -
YUV 100.89 214.41 135.21 -
System Red Green Blue C M Y K H S L
Decimal 111 66 254 0.56 0.74 0 0.00 254.36 0.99 0.63
Hex 6F 42 FE 38 4A 0 0 FE 63 3F
Octal 157 102 376 70 112 0 0 376 143 77
Binary 1101111 1000010 11111110 111000 1001010 0 0 11111110 1100011 111111

Color Harmonies of #6F42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F42FE

Black with #6F42FE

Text Example


Text Example

White with #6F42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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