Shades of Neon Blue #2850FE
Tints of Neon Blue #2850FE
RGB
CMYK
RGB Variations
Color information
#2850FE (or 0x2850FE) is known color: Neon Blue. HEX triplet: 28, 50 and FE. RGB value is (40,80,254). Sum of RGB (Red+Green+Blue) = 40+80+254=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #2850FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2850FE is #D7AF01. Grayscale: #575757. Windows color (decimal): -14135042 or 16666664. OLE color: 16666664.
HSL color Cylindrical-coordinate representation of color #2850FE: hue angle of 228.79º 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 #2850FE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 80 | 254 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.00 |
| HSL | 228.79º | 0.99% | 0.58% | - |
| HSV(B) | 228.79º | 0.84% | 1% | - |
| XYZ | 21.63 | 13.34 | 95.2 | - |
| YUV | 87.88 | 221.75 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 254 | 0.84 | 0.69 | 0 | 0.00 | 228.79 | 0.99 | 0.58 |
| Hex | 28 | 50 | FE | 54 | 45 | 0 | 0 | E5 | 63 | 3A |
| Octal | 50 | 120 | 376 | 124 | 105 | 0 | 0 | 345 | 143 | 72 |
| Binary | 101000 | 1010000 | 11111110 | 1010100 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111010 |
Color Harmonies of #2850FE
Complementary color
Monochromatic Colors of #2850FE
Black with #2850FE
Text Example
Text Example
White with #2850FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850FE; }
p { color: rgb(40,80,254); }
H1.HeaderClassName
{
color: #2850FE;
}
.AnyTagClassName
{
color: #2850FE;
}
</style>
background-color css
<style>
a { background-color: #2850FE; }
a { background-color: rgb(40,80,254); }
div.DivClassName
{
background-color: #2850FE;
}
.BgClassName
{
background-color: #2850FE;
}
</style>
border-color css
<style>
span { border-color: #2850FE; }
span { border-color: rgb(40,80,254); }
td.TdClassName
{
border-color: #2850FE;
}
.TagClassName
{
border-color: #2850FE;
}
</style>