Shades of Neon Blue #2850F7
Tints of Neon Blue #2850F7
RGB
CMYK
RGB Variations
Color information
#2850F7 (or 0x2850F7) is known color: Neon Blue. HEX triplet: 28, 50 and F7. RGB value is (40,80,247). Sum of RGB (Red+Green+Blue) = 40+80+247=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #2850F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2850F7 is #D7AF08. Grayscale: #565656. Windows color (decimal): -14135049 or 16207912. OLE color: 16207912.
HSL color Cylindrical-coordinate representation of color #2850F7: hue angle of 228.41º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2850F7 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 80 | 247 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.03 |
| HSL | 228.41º | 0.93% | 0.56% | - |
| HSV(B) | 228.41º | 0.84% | 0.97% | - |
| XYZ | 20.53 | 12.9 | 89.4 | - |
| YUV | 87.08 | 218.25 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 247 | 0.84 | 0.68 | 0 | 0.03 | 228.41 | 0.93 | 0.56 |
| Hex | 28 | 50 | F7 | 54 | 44 | 0 | 3 | E4 | 5D | 38 |
| Octal | 50 | 120 | 367 | 124 | 104 | 0 | 3 | 344 | 135 | 70 |
| Binary | 101000 | 1010000 | 11110111 | 1010100 | 1000100 | 0 | 11 | 11100100 | 1011101 | 111000 |
Color Harmonies of #2850F7
Complementary color
Monochromatic Colors of #2850F7
Black with #2850F7
Text Example
Text Example
White with #2850F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2850F7; }
p { color: rgb(40,80,247); }
H1.HeaderClassName
{
color: #2850F7;
}
.AnyTagClassName
{
color: #2850F7;
}
</style>
background-color css
<style>
a { background-color: #2850F7; }
a { background-color: rgb(40,80,247); }
div.DivClassName
{
background-color: #2850F7;
}
.BgClassName
{
background-color: #2850F7;
}
</style>
border-color css
<style>
span { border-color: #2850F7; }
span { border-color: rgb(40,80,247); }
td.TdClassName
{
border-color: #2850F7;
}
.TagClassName
{
border-color: #2850F7;
}
</style>