#4B39FA

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

Shades of Neon Blue #4B39FA

Tints of Neon Blue #4B39FA

Color information

#4B39FA (or 0x4B39FA) is unknown color: approx Neon Blue. HEX triplet: 4B, 39 and FA. RGB value is (75,57,250). Sum of RGB (Red+Green+Blue) = 75+57+250=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B39FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B39FA is #B4C605. Grayscale: #535353. Windows color (decimal): -11847174 or 16398667. OLE color: 16398667.

HSL color Cylindrical-coordinate representation of color #4B39FA: hue angle of 245.6º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B39FA is Cyan = 0.7, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7557250-
CMYK0.70.7700.02
HSL245.6º95.07%60.2%-
HSV(B)245.6º77.2%98.04%-
XYZ21.6211.3291.49-
YUV84.38221.46121.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 250 (98.05% from 255) = 65.45%
R=19.63%
G=14.92%
B=65.45%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal75572500.70.7700.02245.695.0760.2
Hex4B39FA464D02f65f3c
Octal113713721061150236613774
Binary10010111110011111101010001101001101010111101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B39FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,250); }

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

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

 a { background-color: rgb(75,57,250); }

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

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

 span { border-color: rgb(75,57,250); }

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