#4C5CF4

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

Shades of Neon Blue #4C5CF4

Tints of Neon Blue #4C5CF4

Color information

#4C5CF4 (or 0x4C5CF4) is unknown color: approx Neon Blue. HEX triplet: 4C, 5C and F4. RGB value is (76,92,244). Sum of RGB (Red+Green+Blue) = 76+92+244=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 244 (95.70% from 255 or 59.22% from 412); Max value from RGB is 244 - color contains mainly: blue. Hex color #4C5CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5CF4 is #B3A30B. Grayscale: #676767. Windows color (decimal): -11772684 or 16014412. OLE color: 16014412.

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

Color convert

RGB7692244-
CMYK0.690.6200.04
HSL234.29º88.42%62.75%-
HSV(B)234.29º68.85%95.69%-
XYZ23.1415.7287.4-
YUV104.54206.7107.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.45%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 244 (95.70% from 255) = 59.22%
R=18.45%
G=22.33%
B=59.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal76922440.690.6200.04234.2988.4262.75
Hex4C5CF4453E04ea583f
Octal114134364105760435213077
Binary100110010111001111010010001011111100100111010101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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