Shades of Neon Blue #292FFD
Tints of Neon Blue #292FFD
RGB
CMYK
RGB Variations
Color information
#292FFD (or 0x292FFD) is known color: Neon Blue. HEX triplet: 29, 2F and FD. RGB value is (41,47,253). Sum of RGB (Red+Green+Blue) = 41+47+253=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #292FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292FFD is #D6D002. Grayscale: #434343. Windows color (decimal): -14077955 or 16592681. OLE color: 16592681.
HSL color Cylindrical-coordinate representation of color #292FFD: hue angle of 238.3º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292FFD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 47 | 253 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.01 |
| HSL | 238.3º | 0.98% | 0.58% | - |
| HSV(B) | 238.3º | 0.84% | 0.99% | - |
| XYZ | 19.66 | 9.6 | 93.74 | - |
| YUV | 68.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 253 | 0.84 | 0.81 | 0 | 0.01 | 238.3 | 0.98 | 0.58 |
| Hex | 29 | 2F | FD | 54 | 51 | 0 | 1 | EE | 62 | 3A |
| Octal | 51 | 57 | 375 | 124 | 121 | 0 | 1 | 356 | 142 | 72 |
| Binary | 101001 | 101111 | 11111101 | 1010100 | 1010001 | 0 | 1 | 11101110 | 1100010 | 111010 |
Color Harmonies of #292FFD
Complementary color
Monochromatic Colors of #292FFD
Black with #292FFD
Text Example
Text Example
White with #292FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FFD; }
p { color: rgb(41,47,253); }
H1.HeaderClassName
{
color: #292FFD;
}
.AnyTagClassName
{
color: #292FFD;
}
</style>
background-color css
<style>
a { background-color: #292FFD; }
a { background-color: rgb(41,47,253); }
div.DivClassName
{
background-color: #292FFD;
}
.BgClassName
{
background-color: #292FFD;
}
</style>
border-color css
<style>
span { border-color: #292FFD; }
span { border-color: rgb(41,47,253); }
td.TdClassName
{
border-color: #292FFD;
}
.TagClassName
{
border-color: #292FFD;
}
</style>