Shades of Neon Blue #2935F8
Tints of Neon Blue #2935F8
RGB
CMYK
RGB Variations
Color information
#2935F8 (or 0x2935F8) is known color: Neon Blue. HEX triplet: 29, 35 and F8. RGB value is (41,53,248). Sum of RGB (Red+Green+Blue) = 41+53+248=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #2935F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2935F8 is #D6CA07. Grayscale: #464646. Windows color (decimal): -14076424 or 16266537. OLE color: 16266537.
HSL color Cylindrical-coordinate representation of color #2935F8: hue angle of 236.52º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2935F8 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 53 | 248 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.03 |
| HSL | 236.52º | 0.94% | 0.57% | - |
| HSV(B) | 236.52º | 0.83% | 0.97% | - |
| XYZ | 19.13 | 9.79 | 89.69 | - |
| YUV | 71.64 | 227.52 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 248 | 0.83 | 0.79 | 0 | 0.03 | 236.52 | 0.94 | 0.57 |
| Hex | 29 | 35 | F8 | 53 | 4F | 0 | 3 | ED | 5E | 39 |
| Octal | 51 | 65 | 370 | 123 | 117 | 0 | 3 | 355 | 136 | 71 |
| Binary | 101001 | 110101 | 11111000 | 1010011 | 1001111 | 0 | 11 | 11101101 | 1011110 | 111001 |
Color Harmonies of #2935F8
Complementary color
Monochromatic Colors of #2935F8
Black with #2935F8
Text Example
Text Example
White with #2935F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935F8; }
p { color: rgb(41,53,248); }
H1.HeaderClassName
{
color: #2935F8;
}
.AnyTagClassName
{
color: #2935F8;
}
</style>
background-color css
<style>
a { background-color: #2935F8; }
a { background-color: rgb(41,53,248); }
div.DivClassName
{
background-color: #2935F8;
}
.BgClassName
{
background-color: #2935F8;
}
</style>
border-color css
<style>
span { border-color: #2935F8; }
span { border-color: rgb(41,53,248); }
td.TdClassName
{
border-color: #2935F8;
}
.TagClassName
{
border-color: #2935F8;
}
</style>