Html Css Color HEX #6C40FE Neon Blue

📋 copy color: '#6C40FE'

red 108 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #6C40FE

Tints of Neon Blue #6C40FE

RGB

 RED value IS 108 (42.58% from 255) = 25.35%

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

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

R = 25.35%
G = 15.02%
B = 59.62%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C40FE (or 0x6C40FE) is known color: Neon Blue. HEX triplet: 6C, 40 and FE. RGB value is (108,64,254). Sum of RGB (Red+Green+Blue) = 108+64+254=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C40FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40FE is #93BF01. Grayscale: #626262. Windows color (decimal): -9682690 or 16662636. OLE color: 16662636.

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

Color convert

RGB 108 64 254 -
CMYK 0.57 0.75 0 0.00
HSL 253.89º 0.99% 0.62% -
HSV(B) 253.89º 0.75% 1% -
XYZ 25.91 14.01 95.1 -
YUV 98.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 108 64 254 0.57 0.75 0 0.00 253.89 0.99 0.62
Hex 6C 40 FE 39 4B 0 0 FE 63 3E
Octal 154 100 376 71 113 0 0 376 143 76
Binary 1101100 1000000 11111110 111001 1001011 0 0 11111110 1100011 111110

Color Harmonies of #6C40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40FE

Black with #6C40FE

Text Example


Text Example

White with #6C40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,64,254); }

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

background-color css

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

 a { background-color: rgb(108,64,254); }

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

border-color css

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

 span { border-color: rgb(108,64,254); }

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