Shades of Neon Blue #4536DF
Tints of Neon Blue #4536DF
RGB
CMYK
RGB Variations
Color information
#4536DF (or 0x4536DF) is known color: Neon Blue. HEX triplet: 45, 36 and DF. RGB value is (69,54,223). Sum of RGB (Red+Green+Blue) = 69+54+223=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #4536DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4536DF is #BAC920. Grayscale: #4D4D4D. Windows color (decimal): -12241185 or 14628421. OLE color: 14628421.
HSL color Cylindrical-coordinate representation of color #4536DF: hue angle of 245.33º degrees, saturation: 0.73, 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 #4536DF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 54 | 223 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.13 |
| HSL | 245.33º | 0.73% | 0.54% | - |
| HSV(B) | 245.33º | 0.76% | 0.87% | - |
| XYZ | 17.09 | 9.23 | 70.69 | - |
| YUV | 77.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 223 | 0.69 | 0.76 | 0 | 0.13 | 245.33 | 0.73 | 0.54 |
| Hex | 45 | 36 | DF | 45 | 4C | 0 | D | F5 | 49 | 36 |
| Octal | 105 | 66 | 337 | 105 | 114 | 0 | 15 | 365 | 111 | 66 |
| Binary | 1000101 | 110110 | 11011111 | 1000101 | 1001100 | 0 | 1101 | 11110101 | 1001001 | 110110 |
Color Harmonies of #4536DF
Complementary color
Monochromatic Colors of #4536DF
Black with #4536DF
Text Example
Text Example
White with #4536DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4536DF; }
p { color: rgb(69,54,223); }
H1.HeaderClassName
{
color: #4536DF;
}
.AnyTagClassName
{
color: #4536DF;
}
</style>
background-color css
<style>
a { background-color: #4536DF; }
a { background-color: rgb(69,54,223); }
div.DivClassName
{
background-color: #4536DF;
}
.BgClassName
{
background-color: #4536DF;
}
</style>
border-color css
<style>
span { border-color: #4536DF; }
span { border-color: rgb(69,54,223); }
td.TdClassName
{
border-color: #4536DF;
}
.TagClassName
{
border-color: #4536DF;
}
</style>