Html Css Color HEX #6C40FC Neon Blue

📋 copy color: '#6C40FC'

red 108 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #6C40FC

Tints of Neon Blue #6C40FC

RGB

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

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

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

R = 25.47%
G = 15.09%
B = 59.43%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C40FC (or 0x6C40FC) is known color: Neon Blue. HEX triplet: 6C, 40 and FC. RGB value is (108,64,252). Sum of RGB (Red+Green+Blue) = 108+64+252=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 64 (25.39% from 255 or 15.09% 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 #6C40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40FC is #93BF03. Grayscale: #616161. Windows color (decimal): -9682692 or 16531564. OLE color: 16531564.

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

Color convert

RGB 108 64 252 -
CMYK 0.57 0.75 0 0.01
HSL 254.04º 0.97% 0.62% -
HSV(B) 254.04º 0.75% 0.99% -
XYZ 25.59 13.88 93.43 -
YUV 98.59 214.58 134.71 -
System Red Green Blue C M Y K H S L
Decimal 108 64 252 0.57 0.75 0 0.01 254.04 0.97 0.62
Hex 6C 40 FC 39 4B 0 1 FE 61 3E
Octal 154 100 374 71 113 0 1 376 141 76
Binary 1101100 1000000 11111100 111001 1001011 0 1 11111110 1100001 111110

Color Harmonies of #6C40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40FC

Black with #6C40FC

Text Example


Text Example

White with #6C40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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