Shades of Neon Blue #2930FF
Tints of Neon Blue #2930FF
RGB
CMYK
RGB Variations
Color information
#2930FF (or 0x2930FF) is known color: Neon Blue. HEX triplet: 29, 30 and FF. RGB value is (41,48,255). Sum of RGB (Red+Green+Blue) = 41+48+255=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #2930FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2930FF is #D6CF00. Grayscale: #444444. Windows color (decimal): -14077697 or 16724009. OLE color: 16724009.
HSL color Cylindrical-coordinate representation of color #2930FF: hue angle of 238.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2930FF is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 48 | 255 | - |
| CMYK | 0.84 | 0.81 | 0 | 0 |
| HSL | 238.04º | 1% | 0.58% | - |
| HSV(B) | 238.04º | 0.84% | 1% | - |
| XYZ | 20.02 | 9.81 | 95.45 | - |
| YUV | 69.51 | 232.68 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 255 | 0.84 | 0.81 | 0 | 0 | 238.04 | 1 | 0.58 |
| Hex | 29 | 30 | FF | 54 | 51 | 0 | 0 | EE | 64 | 3A |
| Octal | 51 | 60 | 377 | 124 | 121 | 0 | 0 | 356 | 144 | 72 |
| Binary | 101001 | 110000 | 11111111 | 1010100 | 1010001 | 0 | 0 | 11101110 | 1100100 | 111010 |
Color Harmonies of #2930FF
Complementary color
Monochromatic Colors of #2930FF
Black with #2930FF
Text Example
Text Example
White with #2930FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2930FF; }
p { color: rgb(41,48,255); }
H1.HeaderClassName
{
color: #2930FF;
}
.AnyTagClassName
{
color: #2930FF;
}
</style>
background-color css
<style>
a { background-color: #2930FF; }
a { background-color: rgb(41,48,255); }
div.DivClassName
{
background-color: #2930FF;
}
.BgClassName
{
background-color: #2930FF;
}
</style>
border-color css
<style>
span { border-color: #2930FF; }
span { border-color: rgb(41,48,255); }
td.TdClassName
{
border-color: #2930FF;
}
.TagClassName
{
border-color: #2930FF;
}
</style>