Html Css Color HEX #6E3EFC Neon Blue

📋 copy color: '#6E3EFC'

red 110 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #6E3EFC

Tints of Neon Blue #6E3EFC

RGB

 RED value IS 110 (43.36% from 255) = 25.94%

 GREEN value IS 62 (24.61% from 255) = 14.62%

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 25.94%
G = 14.62%
B = 59.43%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E3EFC (or 0x6E3EFC) is known color: Neon Blue. HEX triplet: 6E, 3E and FC. RGB value is (110,62,252). Sum of RGB (Red+Green+Blue) = 110+62+252=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3EFC is #91C103. Grayscale: #616161. Windows color (decimal): -9552132 or 16531054. OLE color: 16531054.

HSL color Cylindrical-coordinate representation of color #6E3EFC: hue angle of 255.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3EFC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 62 252 -
CMYK 0.56 0.75 0 0.01
HSL 255.16º 0.97% 0.62% -
HSV(B) 255.16º 0.75% 0.99% -
XYZ 25.72 13.79 93.4 -
YUV 98.01 214.9 136.55 -
System Red Green Blue C M Y K H S L
Decimal 110 62 252 0.56 0.75 0 0.01 255.16 0.97 0.62
Hex 6E 3E FC 38 4B 0 1 FF 61 3E
Octal 156 76 374 70 113 0 1 377 141 76
Binary 1101110 111110 11111100 111000 1001011 0 1 11111111 1100001 111110

Color Harmonies of #6E3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3EFC

Black with #6E3EFC

Text Example


Text Example

White with #6E3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,252); }

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

background-color css

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

 a { background-color: rgb(110,62,252); }

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

border-color css

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

 span { border-color: rgb(110,62,252); }

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