Shades of Neon Blue #4540DF
Tints of Neon Blue #4540DF
RGB
CMYK
RGB Variations
Color information
#4540DF (or 0x4540DF) is known color: Neon Blue. HEX triplet: 45, 40 and DF. RGB value is (69,64,223). Sum of RGB (Red+Green+Blue) = 69+64+223=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #4540DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4540DF is #BABF20. Grayscale: #525252. Windows color (decimal): -12238625 or 14630981. OLE color: 14630981.
HSL color Cylindrical-coordinate representation of color #4540DF: hue angle of 241.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4540DF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 64 | 223 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.13 |
| HSL | 241.89º | 0.71% | 0.56% | - |
| HSV(B) | 241.89º | 0.71% | 0.87% | - |
| XYZ | 17.61 | 10.26 | 70.86 | - |
| YUV | 83.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 223 | 0.69 | 0.71 | 0 | 0.13 | 241.89 | 0.71 | 0.56 |
| Hex | 45 | 40 | DF | 45 | 47 | 0 | D | F2 | 47 | 38 |
| Octal | 105 | 100 | 337 | 105 | 107 | 0 | 15 | 362 | 107 | 70 |
| Binary | 1000101 | 1000000 | 11011111 | 1000101 | 1000111 | 0 | 1101 | 11110010 | 1000111 | 111000 |
Color Harmonies of #4540DF
Complementary color
Monochromatic Colors of #4540DF
Black with #4540DF
Text Example
Text Example
White with #4540DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4540DF; }
p { color: rgb(69,64,223); }
H1.HeaderClassName
{
color: #4540DF;
}
.AnyTagClassName
{
color: #4540DF;
}
</style>
background-color css
<style>
a { background-color: #4540DF; }
a { background-color: rgb(69,64,223); }
div.DivClassName
{
background-color: #4540DF;
}
.BgClassName
{
background-color: #4540DF;
}
</style>
border-color css
<style>
span { border-color: #4540DF; }
span { border-color: rgb(69,64,223); }
td.TdClassName
{
border-color: #4540DF;
}
.TagClassName
{
border-color: #4540DF;
}
</style>