Html Css Color HEX #4C5AFE Neon Blue

📋 copy color: '#4C5AFE'

red 76 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #4C5AFE

Tints of Neon Blue #4C5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

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

R = 18.1%
G = 21.43%
B = 60.48%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C5AFE (or 0x4C5AFE) is known color: Neon Blue. HEX triplet: 4C, 5A and FE. RGB value is (76,90,254). Sum of RGB (Red+Green+Blue) = 76+90+254=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5AFE is #B3A501. Grayscale: #676767. Windows color (decimal): -11773186 or 16669260. OLE color: 16669260.

HSL color Cylindrical-coordinate representation of color #4C5AFE: hue angle of 235.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5AFE is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 90 254 -
CMYK 0.70 0.65 0 0.00
HSL 235.28º 0.99% 0.65% -
HSV(B) 235.28º 0.7% 1% -
XYZ 24.53 16 95.56 -
YUV 104.51 212.36 107.66 -
System Red Green Blue C M Y K H S L
Decimal 76 90 254 0.70 0.65 0 0.00 235.28 0.99 0.65
Hex 4C 5A FE 46 41 0 0 EB 63 41
Octal 114 132 376 106 101 0 0 353 143 101
Binary 1001100 1011010 11111110 1000110 1000001 0 0 11101011 1100011 1000001

Color Harmonies of #4C5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5AFE

Black with #4C5AFE

Text Example


Text Example

White with #4C5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,254); }

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

background-color css

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

 a { background-color: rgb(76,90,254); }

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

border-color css

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

 span { border-color: rgb(76,90,254); }

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