Shades of Neon Blue #2853FD
Tints of Neon Blue #2853FD
RGB
CMYK
RGB Variations
Color information
#2853FD (or 0x2853FD) is known color: Neon Blue. HEX triplet: 28, 53 and FD. RGB value is (40,83,253). Sum of RGB (Red+Green+Blue) = 40+83+253=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #2853FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2853FD is #D7AC02. Grayscale: #585858. Windows color (decimal): -14134275 or 16601896. OLE color: 16601896.
HSL color Cylindrical-coordinate representation of color #2853FD: hue angle of 227.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2853FD is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 83 | 253 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.01 |
| HSL | 227.89º | 0.98% | 0.57% | - |
| HSV(B) | 227.89º | 0.84% | 0.99% | - |
| XYZ | 21.7 | 13.73 | 94.43 | - |
| YUV | 89.52 | 220.25 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 253 | 0.84 | 0.67 | 0 | 0.01 | 227.89 | 0.98 | 0.57 |
| Hex | 28 | 53 | FD | 54 | 43 | 0 | 1 | E4 | 62 | 39 |
| Octal | 50 | 123 | 375 | 124 | 103 | 0 | 1 | 344 | 142 | 71 |
| Binary | 101000 | 1010011 | 11111101 | 1010100 | 1000011 | 0 | 1 | 11100100 | 1100010 | 111001 |
Color Harmonies of #2853FD
Complementary color
Monochromatic Colors of #2853FD
Black with #2853FD
Text Example
Text Example
White with #2853FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853FD; }
p { color: rgb(40,83,253); }
H1.HeaderClassName
{
color: #2853FD;
}
.AnyTagClassName
{
color: #2853FD;
}
</style>
background-color css
<style>
a { background-color: #2853FD; }
a { background-color: rgb(40,83,253); }
div.DivClassName
{
background-color: #2853FD;
}
.BgClassName
{
background-color: #2853FD;
}
</style>
border-color css
<style>
span { border-color: #2853FD; }
span { border-color: rgb(40,83,253); }
td.TdClassName
{
border-color: #2853FD;
}
.TagClassName
{
border-color: #2853FD;
}
</style>