Shades of Neon Blue #4B4BDF
Tints of Neon Blue #4B4BDF
RGB
CMYK
RGB Variations
Color information
#4B4BDF (or 0x4B4BDF) is known color: Neon Blue. HEX triplet: 4B, 4B and DF. RGB value is (75,75,223). Sum of RGB (Red+Green+Blue) = 75+75+223=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B4BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4BDF is #B4B420. Grayscale: #5B5B5B. Windows color (decimal): -11842593 or 14633803. OLE color: 14633803.
HSL color Cylindrical-coordinate representation of color #4B4BDF: hue angle of 240º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B4BDF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 75 | 223 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.13 |
| HSL | 240º | 0.7% | 0.58% | - |
| HSV(B) | 240º | 0.66% | 0.87% | - |
| XYZ | 18.74 | 11.86 | 71.11 | - |
| YUV | 91.87 | 202 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 75 | 223 | 0.66 | 0.66 | 0 | 0.13 | 240 | 0.7 | 0.58 |
| Hex | 4B | 4B | DF | 42 | 42 | 0 | D | F0 | 46 | 3A |
| Octal | 113 | 113 | 337 | 102 | 102 | 0 | 15 | 360 | 106 | 72 |
| Binary | 1001011 | 1001011 | 11011111 | 1000010 | 1000010 | 0 | 1101 | 11110000 | 1000110 | 111010 |
Color Harmonies of #4B4BDF
Complementary color
Monochromatic Colors of #4B4BDF
Black with #4B4BDF
Text Example
Text Example
White with #4B4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4BDF; }
p { color: rgb(75,75,223); }
H1.HeaderClassName
{
color: #4B4BDF;
}
.AnyTagClassName
{
color: #4B4BDF;
}
</style>
background-color css
<style>
a { background-color: #4B4BDF; }
a { background-color: rgb(75,75,223); }
div.DivClassName
{
background-color: #4B4BDF;
}
.BgClassName
{
background-color: #4B4BDF;
}
</style>
border-color css
<style>
span { border-color: #4B4BDF; }
span { border-color: rgb(75,75,223); }
td.TdClassName
{
border-color: #4B4BDF;
}
.TagClassName
{
border-color: #4B4BDF;
}
</style>