#4B3FE1

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

Shades of Neon Blue #4B3FE1

Tints of Neon Blue #4B3FE1

Color information

#4B3FE1 (or 0x4B3FE1) is unknown color: approx Neon Blue. HEX triplet: 4B, 3F and E1. RGB value is (75,63,225). Sum of RGB (Red+Green+Blue) = 75+63+225=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 225 (88.28% from 255 or 61.98% from 363); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B3FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FE1 is #B4C01E. Grayscale: #545454. Windows color (decimal): -11845663 or 14761803. OLE color: 14761803.

HSL color Cylindrical-coordinate representation of color #4B3FE1: hue angle of 244.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3FE1 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7563225-
CMYK0.670.7200.12
HSL244.44º72.97%56.47%-
HSV(B)244.44º72%88.24%-
XYZ18.2710.4972.3-
YUV85.06206.98120.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 225 (88.28% from 255) = 61.98%
R=20.66%
G=17.36%
B=61.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75632250.670.7200.12244.4472.9756.47
Hex4B3FE143480Cf44938
Octal1137734110311001436411170
Binary1001011111111111000011000011100100001100111101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,63,225); }

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

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

 a { background-color: rgb(75,63,225); }

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

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

 span { border-color: rgb(75,63,225); }

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