Shades of Neon Blue #2853FA
Tints of Neon Blue #2853FA
RGB
CMYK
RGB Variations
Color information
#2853FA (or 0x2853FA) is known color: Neon Blue. HEX triplet: 28, 53 and FA. RGB value is (40,83,250). Sum of RGB (Red+Green+Blue) = 40+83+250=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #2853FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2853FA is #D7AC05. Grayscale: #585858. Windows color (decimal): -14134278 or 16405288. OLE color: 16405288.
HSL color Cylindrical-coordinate representation of color #2853FA: hue angle of 227.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2853FA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 83 | 250 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.02 |
| HSL | 227.71º | 0.95% | 0.57% | - |
| HSV(B) | 227.71º | 0.84% | 0.98% | - |
| XYZ | 21.22 | 13.54 | 91.94 | - |
| YUV | 89.18 | 218.75 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 250 | 0.84 | 0.67 | 0 | 0.02 | 227.71 | 0.95 | 0.57 |
| Hex | 28 | 53 | FA | 54 | 43 | 0 | 2 | E4 | 5F | 39 |
| Octal | 50 | 123 | 372 | 124 | 103 | 0 | 2 | 344 | 137 | 71 |
| Binary | 101000 | 1010011 | 11111010 | 1010100 | 1000011 | 0 | 10 | 11100100 | 1011111 | 111001 |
Color Harmonies of #2853FA
Complementary color
Monochromatic Colors of #2853FA
Black with #2853FA
Text Example
Text Example
White with #2853FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853FA; }
p { color: rgb(40,83,250); }
H1.HeaderClassName
{
color: #2853FA;
}
.AnyTagClassName
{
color: #2853FA;
}
</style>
background-color css
<style>
a { background-color: #2853FA; }
a { background-color: rgb(40,83,250); }
div.DivClassName
{
background-color: #2853FA;
}
.BgClassName
{
background-color: #2853FA;
}
</style>
border-color css
<style>
span { border-color: #2853FA; }
span { border-color: rgb(40,83,250); }
td.TdClassName
{
border-color: #2853FA;
}
.TagClassName
{
border-color: #2853FA;
}
</style>