Html Css Color HEX #4C40FC Neon Blue

📋 copy color: '#4C40FC'

red 76 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #4C40FC

Tints of Neon Blue #4C40FC

RGB

 RED value IS 76 (30.08% from 255) = 19.39%

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

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

R = 19.39%
G = 16.33%
B = 64.29%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C40FC (or 0x4C40FC) is known color: Neon Blue. HEX triplet: 4C, 40 and FC. RGB value is (76,64,252). Sum of RGB (Red+Green+Blue) = 76+64+252=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C40FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40FC is #B3BF03. Grayscale: #585858. Windows color (decimal): -11779844 or 16531532. OLE color: 16531532.

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

Color convert

RGB 76 64 252 -
CMYK 0.70 0.75 0 0.01
HSL 243.83º 0.97% 0.62% -
HSV(B) 243.83º 0.75% 0.99% -
XYZ 22.38 12.23 93.28 -
YUV 89.02 219.98 118.71 -
System Red Green Blue C M Y K H S L
Decimal 76 64 252 0.70 0.75 0 0.01 243.83 0.97 0.62
Hex 4C 40 FC 46 4B 0 1 F4 61 3E
Octal 114 100 374 106 113 0 1 364 141 76
Binary 1001100 1000000 11111100 1000110 1001011 0 1 11110100 1100001 111110

Color Harmonies of #4C40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40FC

Black with #4C40FC

Text Example


Text Example

White with #4C40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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