#4C5AF2

Color #4C5AF2 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C5AF2

Tints of Neon Blue #4C5AF2

Color information

#4C5AF2 (or 0x4C5AF2) is unknown color: approx Neon Blue. HEX triplet: 4C, 5A and F2. RGB value is (76,90,242). Sum of RGB (Red+Green+Blue) = 76+90+242=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #4C5AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5AF2 is #B3A50D. Grayscale: #666666. Windows color (decimal): -11773198 or 15882828. OLE color: 15882828.

HSL color Cylindrical-coordinate representation of color #4C5AF2: hue angle of 234.94º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C5AF2 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7690242-
CMYK0.690.6300.05
HSL234.94º86.46%62.35%-
HSV(B)234.94º68.6%94.9%-
XYZ22.6615.2685.76-
YUV103.14206.36108.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.63%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 242 (94.92% from 255) = 59.31%
R=18.63%
G=22.06%
B=59.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76902420.690.6300.05234.9486.4662.35
Hex4C5AF2453F05eb563e
Octal114132362105770535312676
Binary100110010110101111001010001011111110101111010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C5AF2;
 }
 .AnyTagClassName
 {
   color: #4C5AF2;
 }
</style>
background-color css

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

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

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

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

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

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