#4A51EA

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

Shades of Neon Blue #4A51EA

Tints of Neon Blue #4A51EA

Color information

#4A51EA (or 0x4A51EA) is unknown color: approx Neon Blue. HEX triplet: 4A, 51 and EA. RGB value is (74,81,234). Sum of RGB (Red+Green+Blue) = 74+81+234=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A51EA is #B5AE15. Grayscale: #5F5F5F. Windows color (decimal): -11906582 or 15356234. OLE color: 15356234.

HSL color Cylindrical-coordinate representation of color #4A51EA: hue angle of 237.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A51EA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7481234-
CMYK0.680.6500.08
HSL237.38º79.21%60.39%-
HSV(B)237.38º68.38%91.76%-
XYZ20.6213.2879.32-
YUV96.35205.68112.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.02%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 234 (91.80% from 255) = 60.15%
R=19.02%
G=20.82%
B=60.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74812340.680.6500.08237.3879.2160.39
Hex4A51EA444108ed4f3c
Octal11212135210410101035511774
Binary10010101010001111010101000100100000101000111011011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A51EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,234); }

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

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

 a { background-color: rgb(74,81,234); }

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

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

 span { border-color: rgb(74,81,234); }

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