Shades of Neon Blue #2850FA
Tints of Neon Blue #2850FA
RGB
CMYK
RGB Variations
Color information
#2850FA (or 0x2850FA) is known color: Neon Blue. HEX triplet: 28, 50 and FA. RGB value is (40,80,250). Sum of RGB (Red+Green+Blue) = 40+80+250=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #2850FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2850FA is #D7AF05. Grayscale: #565656. Windows color (decimal): -14135046 or 16404520. OLE color: 16404520.
HSL color Cylindrical-coordinate representation of color #2850FA: hue angle of 228.57º 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 #2850FA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 80 | 250 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.02 |
| HSL | 228.57º | 0.95% | 0.57% | - |
| HSV(B) | 228.57º | 0.84% | 0.98% | - |
| XYZ | 21 | 13.09 | 91.86 | - |
| YUV | 87.42 | 219.75 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 250 | 0.84 | 0.68 | 0 | 0.02 | 228.57 | 0.95 | 0.57 |
| Hex | 28 | 50 | FA | 54 | 44 | 0 | 2 | E5 | 5F | 39 |
| Octal | 50 | 120 | 372 | 124 | 104 | 0 | 2 | 345 | 137 | 71 |
| Binary | 101000 | 1010000 | 11111010 | 1010100 | 1000100 | 0 | 10 | 11100101 | 1011111 | 111001 |
Color Harmonies of #2850FA
Complementary color
Monochromatic Colors of #2850FA
Black with #2850FA
Text Example
Text Example
White with #2850FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850FA; }
p { color: rgb(40,80,250); }
H1.HeaderClassName
{
color: #2850FA;
}
.AnyTagClassName
{
color: #2850FA;
}
</style>
background-color css
<style>
a { background-color: #2850FA; }
a { background-color: rgb(40,80,250); }
div.DivClassName
{
background-color: #2850FA;
}
.BgClassName
{
background-color: #2850FA;
}
</style>
border-color css
<style>
span { border-color: #2850FA; }
span { border-color: rgb(40,80,250); }
td.TdClassName
{
border-color: #2850FA;
}
.TagClassName
{
border-color: #2850FA;
}
</style>