#4C5CEF

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

Shades of Neon Blue #4C5CEF

Tints of Neon Blue #4C5CEF

Color information

#4C5CEF (or 0x4C5CEF) is unknown color: approx Neon Blue. HEX triplet: 4C, 5C and EF. RGB value is (76,92,239). Sum of RGB (Red+Green+Blue) = 76+92+239=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C5CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5CEF is #B3A310. Grayscale: #676767. Windows color (decimal): -11772689 or 15686732. OLE color: 15686732.

HSL color Cylindrical-coordinate representation of color #4C5CEF: hue angle of 234.11º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C5CEF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7692239-
CMYK0.680.6200.06
HSL234.11º83.59%61.76%-
HSV(B)234.11º68.2%93.73%-
XYZ22.3915.4283.46-
YUV103.97204.2108.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.67%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=18.67%
G=22.60%
B=58.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76922390.680.6200.06234.1183.5961.76
Hex4C5CEF443E06ea543e
Octal114134357104760635212476
Binary100110010111001110111110001001111100110111010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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