#4B3DF0

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

Shades of Neon Blue #4B3DF0

Tints of Neon Blue #4B3DF0

Color information

#4B3DF0 (or 0x4B3DF0) is unknown color: approx Neon Blue. HEX triplet: 4B, 3D and F0. RGB value is (75,61,240). Sum of RGB (Red+Green+Blue) = 75+61+240=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #4B3DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3DF0 is #B4C20F. Grayscale: #545454. Windows color (decimal): -11846160 or 15744331. OLE color: 15744331.

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

Color convert

RGB7561240-
CMYK0.690.7500.06
HSL244.69º85.65%59.02%-
HSV(B)244.69º74.58%94.12%-
XYZ20.311.1283.52-
YUV85.59215.14120.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 240 (94.14% from 255) = 63.83%
R=19.95%
G=16.22%
B=63.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal75612400.690.7500.06244.6985.6559.02
Hex4B3DF0454B06f5563b
Octal113753601051130636512673
Binary100101111110111110000100010110010110110111101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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