Shades of Neon Blue #4B3DDF
Tints of Neon Blue #4B3DDF
RGB
CMYK
RGB Variations
Color information
#4B3DDF (or 0x4B3DDF) is known color: Neon Blue. HEX triplet: 4B, 3D and DF. RGB value is (75,61,223). Sum of RGB (Red+Green+Blue) = 75+61+223=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B3DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3DDF is #B4C220. Grayscale: #535353. Windows color (decimal): -11846177 or 14630219. OLE color: 14630219.
HSL color Cylindrical-coordinate representation of color #4B3DDF: hue angle of 245.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B3DDF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 61 | 223 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.13 |
| HSL | 245.19º | 0.72% | 0.56% | - |
| HSV(B) | 245.19º | 0.73% | 0.87% | - |
| XYZ | 17.89 | 10.16 | 70.83 | - |
| YUV | 83.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 223 | 0.66 | 0.73 | 0 | 0.13 | 245.19 | 0.72 | 0.56 |
| Hex | 4B | 3D | DF | 42 | 49 | 0 | D | F5 | 48 | 38 |
| Octal | 113 | 75 | 337 | 102 | 111 | 0 | 15 | 365 | 110 | 70 |
| Binary | 1001011 | 111101 | 11011111 | 1000010 | 1001001 | 0 | 1101 | 11110101 | 1001000 | 111000 |
Color Harmonies of #4B3DDF
Complementary color
Monochromatic Colors of #4B3DDF
Black with #4B3DDF
Text Example
Text Example
White with #4B3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3DDF; }
p { color: rgb(75,61,223); }
H1.HeaderClassName
{
color: #4B3DDF;
}
.AnyTagClassName
{
color: #4B3DDF;
}
</style>
background-color css
<style>
a { background-color: #4B3DDF; }
a { background-color: rgb(75,61,223); }
div.DivClassName
{
background-color: #4B3DDF;
}
.BgClassName
{
background-color: #4B3DDF;
}
</style>
border-color css
<style>
span { border-color: #4B3DDF; }
span { border-color: rgb(75,61,223); }
td.TdClassName
{
border-color: #4B3DDF;
}
.TagClassName
{
border-color: #4B3DDF;
}
</style>