Shades of Neon Blue #2853FE
Tints of Neon Blue #2853FE
RGB
CMYK
RGB Variations
Color information
#2853FE (or 0x2853FE) is known color: Neon Blue. HEX triplet: 28, 53 and FE. RGB value is (40,83,254). Sum of RGB (Red+Green+Blue) = 40+83+254=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #2853FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2853FE is #D7AC01. Grayscale: #585858. Windows color (decimal): -14134274 or 16667432. OLE color: 16667432.
HSL color Cylindrical-coordinate representation of color #2853FE: hue angle of 227.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2853FE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 83 | 254 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.00 |
| HSL | 227.94º | 0.99% | 0.58% | - |
| HSV(B) | 227.94º | 0.84% | 1% | - |
| XYZ | 21.86 | 13.79 | 95.28 | - |
| YUV | 89.64 | 220.75 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 254 | 0.84 | 0.67 | 0 | 0.00 | 227.94 | 0.99 | 0.58 |
| Hex | 28 | 53 | FE | 54 | 43 | 0 | 0 | E4 | 63 | 3A |
| Octal | 50 | 123 | 376 | 124 | 103 | 0 | 0 | 344 | 143 | 72 |
| Binary | 101000 | 1010011 | 11111110 | 1010100 | 1000011 | 0 | 0 | 11100100 | 1100011 | 111010 |
Color Harmonies of #2853FE
Complementary color
Monochromatic Colors of #2853FE
Black with #2853FE
Text Example
Text Example
White with #2853FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853FE; }
p { color: rgb(40,83,254); }
H1.HeaderClassName
{
color: #2853FE;
}
.AnyTagClassName
{
color: #2853FE;
}
</style>
background-color css
<style>
a { background-color: #2853FE; }
a { background-color: rgb(40,83,254); }
div.DivClassName
{
background-color: #2853FE;
}
.BgClassName
{
background-color: #2853FE;
}
</style>
border-color css
<style>
span { border-color: #2853FE; }
span { border-color: rgb(40,83,254); }
td.TdClassName
{
border-color: #2853FE;
}
.TagClassName
{
border-color: #2853FE;
}
</style>