Html Css Color HEX #6E40FC Neon Blue

📋 copy color: '#6E40FC'

red 110 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #6E40FC

Tints of Neon Blue #6E40FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.02%

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

R = 25.82%
G = 15.02%
B = 59.15%

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

#6E40FC (or 0x6E40FC) is known color: Neon Blue. HEX triplet: 6E, 40 and FC. RGB value is (110,64,252). Sum of RGB (Red+Green+Blue) = 110+64+252=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40FC is #91BF03. Grayscale: #626262. Windows color (decimal): -9551620 or 16531566. OLE color: 16531566.

HSL color Cylindrical-coordinate representation of color #6E40FC: hue angle of 254.68º 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 #6E40FC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 64 252 -
CMYK 0.56 0.75 0 0.01
HSL 254.68º 0.97% 0.62% -
HSV(B) 254.68º 0.75% 0.99% -
XYZ 25.83 14.01 93.44 -
YUV 99.19 214.24 135.71 -
System Red Green Blue C M Y K H S L
Decimal 110 64 252 0.56 0.75 0 0.01 254.68 0.97 0.62
Hex 6E 40 FC 38 4B 0 1 FF 61 3E
Octal 156 100 374 70 113 0 1 377 141 76
Binary 1101110 1000000 11111100 111000 1001011 0 1 11111111 1100001 111110

Color Harmonies of #6E40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40FC

Black with #6E40FC

Text Example


Text Example

White with #6E40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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