#4B4AE7

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

Shades of Neon Blue #4B4AE7

Tints of Neon Blue #4B4AE7

Color information

#4B4AE7 (or 0x4B4AE7) is unknown color: approx Neon Blue. HEX triplet: 4B, 4A and E7. RGB value is (75,74,231). Sum of RGB (Red+Green+Blue) = 75+74+231=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #4B4AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4AE7 is #B4B518. Grayscale: #5B5B5B. Windows color (decimal): -11842841 or 15157835. OLE color: 15157835.

HSL color Cylindrical-coordinate representation of color #4B4AE7: hue angle of 240.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B4AE7 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7574231-
CMYK0.680.6800.09
HSL240.38º76.59%59.8%-
HSV(B)240.38º67.97%90.59%-
XYZ19.7712.1676.91-
YUV92.2206.33115.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 231 (90.62% from 255) = 60.79%
R=19.74%
G=19.47%
B=60.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal75742310.680.6800.09240.3876.5959.8
Hex4B4AE7444409f04d3c
Octal11311234710410401136011574
Binary10010111001010111001111000100100010001001111100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,74,231); }

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

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

 a { background-color: rgb(75,74,231); }

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

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

 span { border-color: rgb(75,74,231); }

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