#4B3DF2

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

Shades of Neon Blue #4B3DF2

Tints of Neon Blue #4B3DF2

Color information

#4B3DF2 (or 0x4B3DF2) is unknown color: approx Neon Blue. HEX triplet: 4B, 3D and F2. RGB value is (75,61,242). Sum of RGB (Red+Green+Blue) = 75+61+242=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B3DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3DF2 is #B4C20D. Grayscale: #555555. Windows color (decimal): -11846158 or 15875403. OLE color: 15875403.

HSL color Cylindrical-coordinate representation of color #4B3DF2: hue angle of 244.64º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B3DF2 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7561242-
CMYK0.690.7500.05
HSL244.64º87.44%59.41%-
HSV(B)244.64º74.79%94.9%-
XYZ20.611.2485.09-
YUV85.82216.14120.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 242 (94.92% from 255) = 64.02%
R=19.84%
G=16.14%
B=64.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75612420.690.7500.05244.6487.4459.41
Hex4B3DF2454B05f5573b
Octal113753621051130536512773
Binary100101111110111110010100010110010110101111101011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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