Shades of Neon Blue #4736DD
Tints of Neon Blue #4736DD
RGB
CMYK
RGB Variations
Color information
#4736DD (or 0x4736DD) is known color: Neon Blue. HEX triplet: 47, 36 and DD. RGB value is (71,54,221). Sum of RGB (Red+Green+Blue) = 71+54+221=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #4736DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4736DD is #B8C922. Grayscale: #4D4D4D. Windows color (decimal): -12110115 or 14497351. OLE color: 14497351.
HSL color Cylindrical-coordinate representation of color #4736DD: hue angle of 246.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4736DD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 54 | 221 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.13 |
| HSL | 246.11º | 0.71% | 0.54% | - |
| HSV(B) | 246.11º | 0.76% | 0.87% | - |
| XYZ | 16.97 | 9.2 | 69.29 | - |
| YUV | 78.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 221 | 0.68 | 0.76 | 0 | 0.13 | 246.11 | 0.71 | 0.54 |
| Hex | 47 | 36 | DD | 44 | 4C | 0 | D | F6 | 47 | 36 |
| Octal | 107 | 66 | 335 | 104 | 114 | 0 | 15 | 366 | 107 | 66 |
| Binary | 1000111 | 110110 | 11011101 | 1000100 | 1001100 | 0 | 1101 | 11110110 | 1000111 | 110110 |
Color Harmonies of #4736DD
Complementary color
Monochromatic Colors of #4736DD
Black with #4736DD
Text Example
Text Example
White with #4736DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4736DD; }
p { color: rgb(71,54,221); }
H1.HeaderClassName
{
color: #4736DD;
}
.AnyTagClassName
{
color: #4736DD;
}
</style>
background-color css
<style>
a { background-color: #4736DD; }
a { background-color: rgb(71,54,221); }
div.DivClassName
{
background-color: #4736DD;
}
.BgClassName
{
background-color: #4736DD;
}
</style>
border-color css
<style>
span { border-color: #4736DD; }
span { border-color: rgb(71,54,221); }
td.TdClassName
{
border-color: #4736DD;
}
.TagClassName
{
border-color: #4736DD;
}
</style>