#4B36F6

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

Shades of Neon Blue #4B36F6

Tints of Neon Blue #4B36F6

Color information

#4B36F6 (or 0x4B36F6) is unknown color: approx Neon Blue. HEX triplet: 4B, 36 and F6. RGB value is (75,54,246). Sum of RGB (Red+Green+Blue) = 75+54+246=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #4B36F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B36F6 is #B4C909. Grayscale: #515151. Windows color (decimal): -11847946 or 16135755. OLE color: 16135755.

HSL color Cylindrical-coordinate representation of color #4B36F6: hue angle of 246.56º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B36F6 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7554246-
CMYK0.700.7800.04
HSL246.56º91.43%58.82%-
HSV(B)246.56º78.05%96.47%-
XYZ20.8610.7988.17-
YUV82.17220.46122.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 246 (96.48% from 255) = 65.6%
R=20%
G=14.4%
B=65.6%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal75542460.700.7800.04246.5691.4358.82
Hex4B36F6464E04f75b3b
Octal113663661061160436713373
Binary100101111011011110110100011010011100100111101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B36F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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