Shades of Neon Blue #4845DF
Tints of Neon Blue #4845DF
RGB
CMYK
RGB Variations
Color information
#4845DF (or 0x4845DF) is known color: Neon Blue. HEX triplet: 48, 45 and DF. RGB value is (72,69,223). Sum of RGB (Red+Green+Blue) = 72+69+223=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #4845DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845DF is #B7BA20. Grayscale: #565656. Windows color (decimal): -12040737 or 14632264. OLE color: 14632264.
HSL color Cylindrical-coordinate representation of color #4845DF: hue angle of 241.17º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4845DF is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 69 | 223 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.13 |
| HSL | 241.17º | 0.71% | 0.57% | - |
| HSV(B) | 241.17º | 0.69% | 0.87% | - |
| XYZ | 18.12 | 10.96 | 70.97 | - |
| YUV | 87.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 223 | 0.68 | 0.69 | 0 | 0.13 | 241.17 | 0.71 | 0.57 |
| Hex | 48 | 45 | DF | 44 | 45 | 0 | D | F1 | 47 | 39 |
| Octal | 110 | 105 | 337 | 104 | 105 | 0 | 15 | 361 | 107 | 71 |
| Binary | 1001000 | 1000101 | 11011111 | 1000100 | 1000101 | 0 | 1101 | 11110001 | 1000111 | 111001 |
Color Harmonies of #4845DF
Complementary color
Monochromatic Colors of #4845DF
Black with #4845DF
Text Example
Text Example
White with #4845DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4845DF; }
p { color: rgb(72,69,223); }
H1.HeaderClassName
{
color: #4845DF;
}
.AnyTagClassName
{
color: #4845DF;
}
</style>
background-color css
<style>
a { background-color: #4845DF; }
a { background-color: rgb(72,69,223); }
div.DivClassName
{
background-color: #4845DF;
}
.BgClassName
{
background-color: #4845DF;
}
</style>
border-color css
<style>
span { border-color: #4845DF; }
span { border-color: rgb(72,69,223); }
td.TdClassName
{
border-color: #4845DF;
}
.TagClassName
{
border-color: #4845DF;
}
</style>