Html Css Color HEX #3C40FE Neon Blue

📋 copy color: '#3C40FE'

red 60 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #3C40FE

Tints of Neon Blue #3C40FE

RGB

 RED value IS 60 (23.83% from 255) = 15.87%

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

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

R = 15.87%
G = 16.93%
B = 67.2%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3C40FE (or 0x3C40FE) is known color: Neon Blue. HEX triplet: 3C, 40 and FE. RGB value is (60,64,254). Sum of RGB (Red+Green+Blue) = 60+64+254=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C40FE is #C3BF01. Grayscale: #535353. Windows color (decimal): -12828418 or 16662588. OLE color: 16662588.

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

Color convert

RGB 60 64 254 -
CMYK 0.76 0.75 0 0.00
HSL 238.76º 0.99% 0.62% -
HSV(B) 238.76º 0.76% 1% -
XYZ 21.59 11.78 94.9 -
YUV 84.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 60 64 254 0.76 0.75 0 0.00 238.76 0.99 0.62
Hex 3C 40 FE 4C 4B 0 0 EF 63 3E
Octal 74 100 376 114 113 0 0 357 143 76
Binary 111100 1000000 11111110 1001100 1001011 0 0 11101111 1100011 111110

Color Harmonies of #3C40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40FE

Black with #3C40FE

Text Example


Text Example

White with #3C40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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