Html Css Color HEX #4C5CFC Neon Blue

📋 copy color: '#4C5CFC'

red 76 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #4C5CFC

Tints of Neon Blue #4C5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 18.1%
G = 21.9%
B = 60%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C5CFC (or 0x4C5CFC) is known color: Neon Blue. HEX triplet: 4C, 5C and FC. RGB value is (76,92,252). Sum of RGB (Red+Green+Blue) = 76+92+252=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5CFC is #B3A303. Grayscale: #686868. Windows color (decimal): -11772676 or 16538700. OLE color: 16538700.

HSL color Cylindrical-coordinate representation of color #4C5CFC: hue angle of 234.55º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5CFC is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 92 252 -
CMYK 0.70 0.63 0 0.01
HSL 234.55º 0.97% 0.64% -
HSV(B) 234.55º 0.7% 0.99% -
XYZ 24.38 16.22 93.94 -
YUV 105.46 210.7 106.99 -
System Red Green Blue C M Y K H S L
Decimal 76 92 252 0.70 0.63 0 0.01 234.55 0.97 0.64
Hex 4C 5C FC 46 3F 0 1 EB 61 40
Octal 114 134 374 106 77 0 1 353 141 100
Binary 1001100 1011100 11111100 1000110 111111 0 1 11101011 1100001 1000000

Color Harmonies of #4C5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5CFC

Black with #4C5CFC

Text Example


Text Example

White with #4C5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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