Shades of Neon Blue #2938FE
Tints of Neon Blue #2938FE
RGB
CMYK
RGB Variations
Color information
#2938FE (or 0x2938FE) is known color: Neon Blue. HEX triplet: 29, 38 and FE. RGB value is (41,56,254). Sum of RGB (Red+Green+Blue) = 41+56+254=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #2938FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2938FE is #D6C701. Grayscale: #494949. Windows color (decimal): -14075650 or 16660521. OLE color: 16660521.
HSL color Cylindrical-coordinate representation of color #2938FE: hue angle of 235.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2938FE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 56 | 254 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.00 |
| HSL | 235.77º | 0.99% | 0.58% | - |
| HSV(B) | 235.77º | 0.84% | 1% | - |
| XYZ | 20.22 | 10.46 | 94.72 | - |
| YUV | 74.09 | 229.53 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 254 | 0.84 | 0.78 | 0 | 0.00 | 235.77 | 0.99 | 0.58 |
| Hex | 29 | 38 | FE | 54 | 4E | 0 | 0 | EC | 63 | 3A |
| Octal | 51 | 70 | 376 | 124 | 116 | 0 | 0 | 354 | 143 | 72 |
| Binary | 101001 | 111000 | 11111110 | 1010100 | 1001110 | 0 | 0 | 11101100 | 1100011 | 111010 |
Color Harmonies of #2938FE
Complementary color
Monochromatic Colors of #2938FE
Black with #2938FE
Text Example
Text Example
White with #2938FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938FE; }
p { color: rgb(41,56,254); }
H1.HeaderClassName
{
color: #2938FE;
}
.AnyTagClassName
{
color: #2938FE;
}
</style>
background-color css
<style>
a { background-color: #2938FE; }
a { background-color: rgb(41,56,254); }
div.DivClassName
{
background-color: #2938FE;
}
.BgClassName
{
background-color: #2938FE;
}
</style>
border-color css
<style>
span { border-color: #2938FE; }
span { border-color: rgb(41,56,254); }
td.TdClassName
{
border-color: #2938FE;
}
.TagClassName
{
border-color: #2938FE;
}
</style>