Shades of Neon Blue #2935FB
Tints of Neon Blue #2935FB
RGB
CMYK
RGB Variations
Color information
#2935FB (or 0x2935FB) is known color: Neon Blue. HEX triplet: 29, 35 and FB. RGB value is (41,53,251). Sum of RGB (Red+Green+Blue) = 41+53+251=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #2935FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2935FB is #D6CA04. Grayscale: #474747. Windows color (decimal): -14076421 or 16463145. OLE color: 16463145.
HSL color Cylindrical-coordinate representation of color #2935FB: hue angle of 236.57º degrees, saturation: 0.96, 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 #2935FB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 53 | 251 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.02 |
| HSL | 236.57º | 0.96% | 0.57% | - |
| HSV(B) | 236.57º | 0.84% | 0.98% | - |
| XYZ | 19.6 | 9.98 | 92.16 | - |
| YUV | 71.98 | 229.02 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 251 | 0.84 | 0.79 | 0 | 0.02 | 236.57 | 0.96 | 0.57 |
| Hex | 29 | 35 | FB | 54 | 4F | 0 | 2 | ED | 60 | 39 |
| Octal | 51 | 65 | 373 | 124 | 117 | 0 | 2 | 355 | 140 | 71 |
| Binary | 101001 | 110101 | 11111011 | 1010100 | 1001111 | 0 | 10 | 11101101 | 1100000 | 111001 |
Color Harmonies of #2935FB
Complementary color
Monochromatic Colors of #2935FB
Black with #2935FB
Text Example
Text Example
White with #2935FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935FB; }
p { color: rgb(41,53,251); }
H1.HeaderClassName
{
color: #2935FB;
}
.AnyTagClassName
{
color: #2935FB;
}
</style>
background-color css
<style>
a { background-color: #2935FB; }
a { background-color: rgb(41,53,251); }
div.DivClassName
{
background-color: #2935FB;
}
.BgClassName
{
background-color: #2935FB;
}
</style>
border-color css
<style>
span { border-color: #2935FB; }
span { border-color: rgb(41,53,251); }
td.TdClassName
{
border-color: #2935FB;
}
.TagClassName
{
border-color: #2935FB;
}
</style>