#4C58FF

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

Shades of Neon Blue #4C58FF

Tints of Neon Blue #4C58FF

Color information

#4C58FF (or 0x4C58FF) is unknown color: approx Neon Blue. HEX triplet: 4C, 58 and FF. RGB value is (76,88,255). Sum of RGB (Red+Green+Blue) = 76+88+255=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C58FF is #B3A700. Grayscale: #666666. Windows color (decimal): -11773697 or 16734284. OLE color: 16734284.

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

Color convert

RGB7688255-
CMYK0.700.6500
HSL235.98º100%64.9%-
HSV(B)235.98º70.2%100%-
XYZ24.5215.7496.35-
YUV103.45213.52108.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.14%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 60.86%
R=18.14%
G=21.00%
B=60.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal76882550.700.6500235.9810064.9
Hex4C58FF464100ec6441
Octal11413037710610100354144101
Binary100110010110001111111110001101000001001110110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,88,255); }

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

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

 a { background-color: rgb(76,88,255); }

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

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

 span { border-color: rgb(76,88,255); }

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