Shades of Neon Blue #4544DF
Tints of Neon Blue #4544DF
RGB
CMYK
RGB Variations
Color information
#4544DF (or 0x4544DF) is known color: Neon Blue. HEX triplet: 45, 44 and DF. RGB value is (69,68,223). Sum of RGB (Red+Green+Blue) = 69+68+223=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4544DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4544DF is #BABB20. Grayscale: #555555. Windows color (decimal): -12237601 or 14632005. OLE color: 14632005.
HSL color Cylindrical-coordinate representation of color #4544DF: hue angle of 240.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4544DF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 68 | 223 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.13 |
| HSL | 240.39º | 0.71% | 0.57% | - |
| HSV(B) | 240.39º | 0.7% | 0.87% | - |
| XYZ | 17.84 | 10.73 | 70.94 | - |
| YUV | 85.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 223 | 0.69 | 0.70 | 0 | 0.13 | 240.39 | 0.71 | 0.57 |
| Hex | 45 | 44 | DF | 45 | 46 | 0 | D | F0 | 47 | 39 |
| Octal | 105 | 104 | 337 | 105 | 106 | 0 | 15 | 360 | 107 | 71 |
| Binary | 1000101 | 1000100 | 11011111 | 1000101 | 1000110 | 0 | 1101 | 11110000 | 1000111 | 111001 |
Color Harmonies of #4544DF
Complementary color
Monochromatic Colors of #4544DF
Black with #4544DF
Text Example
Text Example
White with #4544DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4544DF; }
p { color: rgb(69,68,223); }
H1.HeaderClassName
{
color: #4544DF;
}
.AnyTagClassName
{
color: #4544DF;
}
</style>
background-color css
<style>
a { background-color: #4544DF; }
a { background-color: rgb(69,68,223); }
div.DivClassName
{
background-color: #4544DF;
}
.BgClassName
{
background-color: #4544DF;
}
</style>
border-color css
<style>
span { border-color: #4544DF; }
span { border-color: rgb(69,68,223); }
td.TdClassName
{
border-color: #4544DF;
}
.TagClassName
{
border-color: #4544DF;
}
</style>