Shades of Neon Blue #2933FA
Tints of Neon Blue #2933FA
RGB
CMYK
RGB Variations
Color information
#2933FA (or 0x2933FA) is known color: Neon Blue. HEX triplet: 29, 33 and FA. RGB value is (41,51,250). Sum of RGB (Red+Green+Blue) = 41+51+250=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #2933FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2933FA is #D6CC05. Grayscale: #454545. Windows color (decimal): -14076934 or 16397097. OLE color: 16397097.
HSL color Cylindrical-coordinate representation of color #2933FA: hue angle of 237.13º 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 #2933FA is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 51 | 250 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.02 |
| HSL | 237.13º | 0.95% | 0.57% | - |
| HSV(B) | 237.13º | 0.84% | 0.98% | - |
| XYZ | 19.35 | 9.74 | 91.3 | - |
| YUV | 70.7 | 229.19 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 250 | 0.84 | 0.80 | 0 | 0.02 | 237.13 | 0.95 | 0.57 |
| Hex | 29 | 33 | FA | 54 | 50 | 0 | 2 | ED | 5F | 39 |
| Octal | 51 | 63 | 372 | 124 | 120 | 0 | 2 | 355 | 137 | 71 |
| Binary | 101001 | 110011 | 11111010 | 1010100 | 1010000 | 0 | 10 | 11101101 | 1011111 | 111001 |
Color Harmonies of #2933FA
Complementary color
Monochromatic Colors of #2933FA
Black with #2933FA
Text Example
Text Example
White with #2933FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933FA; }
p { color: rgb(41,51,250); }
H1.HeaderClassName
{
color: #2933FA;
}
.AnyTagClassName
{
color: #2933FA;
}
</style>
background-color css
<style>
a { background-color: #2933FA; }
a { background-color: rgb(41,51,250); }
div.DivClassName
{
background-color: #2933FA;
}
.BgClassName
{
background-color: #2933FA;
}
</style>
border-color css
<style>
span { border-color: #2933FA; }
span { border-color: rgb(41,51,250); }
td.TdClassName
{
border-color: #2933FA;
}
.TagClassName
{
border-color: #2933FA;
}
</style>