Shades of Neon Blue #4B4CDF
Tints of Neon Blue #4B4CDF
RGB
CMYK
RGB Variations
Color information
#4B4CDF (or 0x4B4CDF) is known color: Neon Blue. HEX triplet: 4B, 4C and DF. RGB value is (75,76,223). Sum of RGB (Red+Green+Blue) = 75+76+223=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B4CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4CDF is #B4B320. Grayscale: #5B5B5B. Windows color (decimal): -11842337 or 14634059. OLE color: 14634059.
HSL color Cylindrical-coordinate representation of color #4B4CDF: hue angle of 239.59º 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 #4B4CDF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 76 | 223 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.13 |
| HSL | 239.59º | 0.7% | 0.58% | - |
| HSV(B) | 239.59º | 0.66% | 0.87% | - |
| XYZ | 18.81 | 11.99 | 71.14 | - |
| YUV | 92.46 | 201.67 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 223 | 0.66 | 0.66 | 0 | 0.13 | 239.59 | 0.7 | 0.58 |
| Hex | 4B | 4C | DF | 42 | 42 | 0 | D | F0 | 46 | 3A |
| Octal | 113 | 114 | 337 | 102 | 102 | 0 | 15 | 360 | 106 | 72 |
| Binary | 1001011 | 1001100 | 11011111 | 1000010 | 1000010 | 0 | 1101 | 11110000 | 1000110 | 111010 |
Color Harmonies of #4B4CDF
Complementary color
Monochromatic Colors of #4B4CDF
Black with #4B4CDF
Text Example
Text Example
White with #4B4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4CDF; }
p { color: rgb(75,76,223); }
H1.HeaderClassName
{
color: #4B4CDF;
}
.AnyTagClassName
{
color: #4B4CDF;
}
</style>
background-color css
<style>
a { background-color: #4B4CDF; }
a { background-color: rgb(75,76,223); }
div.DivClassName
{
background-color: #4B4CDF;
}
.BgClassName
{
background-color: #4B4CDF;
}
</style>
border-color css
<style>
span { border-color: #4B4CDF; }
span { border-color: rgb(75,76,223); }
td.TdClassName
{
border-color: #4B4CDF;
}
.TagClassName
{
border-color: #4B4CDF;
}
</style>