#4B3DE8

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

Shades of Neon Blue #4B3DE8

Tints of Neon Blue #4B3DE8

Color information

#4B3DE8 (or 0x4B3DE8) is unknown color: approx Neon Blue. HEX triplet: 4B, 3D and E8. RGB value is (75,61,232). Sum of RGB (Red+Green+Blue) = 75+61+232=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #4B3DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3DE8 is #B4C217. Grayscale: #545454. Windows color (decimal): -11846168 or 15220043. OLE color: 15220043.

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

Color convert

RGB7561232-
CMYK0.680.7400.09
HSL244.91º78.8%57.45%-
HSV(B)244.91º73.71%90.98%-
XYZ19.1410.6677.39-
YUV84.68211.14121.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 232 (91.02% from 255) = 63.04%
R=20.38%
G=16.58%
B=63.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal75612320.680.7400.09244.9178.857.45
Hex4B3DE8444A09f54f39
Octal1137535010411201136511771
Binary1001011111101111010001000100100101001001111101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,61,232); }

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

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

 a { background-color: rgb(75,61,232); }

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

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

 span { border-color: rgb(75,61,232); }

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