#4B36E6

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

Shades of Neon Blue #4B36E6

Tints of Neon Blue #4B36E6

Color information

#4B36E6 (or 0x4B36E6) is unknown color: approx Neon Blue. HEX triplet: 4B, 36 and E6. RGB value is (75,54,230). Sum of RGB (Red+Green+Blue) = 75+54+230=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 230 (90.23% from 255 or 64.07% from 359); Max value from RGB is 230 - color contains mainly: blue. Hex color #4B36E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B36E6 is #B4C919. Grayscale: #4F4F4F. Windows color (decimal): -11847962 or 15087179. OLE color: 15087179.

HSL color Cylindrical-coordinate representation of color #4B36E6: hue angle of 247.16º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B36E6 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7554230-
CMYK0.670.7700.10
HSL247.16º77.88%55.69%-
HSV(B)247.16º76.52%90.2%-
XYZ18.59.8575.79-
YUV80.34212.46124.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 230 (90.23% from 255) = 64.07%
R=20.89%
G=15.04%
B=64.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75542300.670.7700.10247.1677.8855.69
Hex4B36E6434D0Af74e38
Octal1136634610311501236711670
Binary1001011110110111001101000011100110101010111101111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B36E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,230); }

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

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

 a { background-color: rgb(75,54,230); }

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

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

 span { border-color: rgb(75,54,230); }

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