Shades of Neon Blue #2938FF
Tints of Neon Blue #2938FF
RGB
CMYK
RGB Variations
Color information
#2938FF (or 0x2938FF) is known color: Neon Blue. HEX triplet: 29, 38 and FF. RGB value is (41,56,255). Sum of RGB (Red+Green+Blue) = 41+56+255=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #2938FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2938FF is #D6C700. Grayscale: #494949. Windows color (decimal): -14075649 or 16726057. OLE color: 16726057.
HSL color Cylindrical-coordinate representation of color #2938FF: hue angle of 235.79º 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 #2938FF is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 56 | 255 | - |
| CMYK | 0.84 | 0.78 | 0 | 0 |
| HSL | 235.79º | 1% | 0.58% | - |
| HSV(B) | 235.79º | 0.84% | 1% | - |
| XYZ | 20.38 | 10.52 | 95.56 | - |
| YUV | 74.2 | 230.03 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 255 | 0.84 | 0.78 | 0 | 0 | 235.79 | 1 | 0.58 |
| Hex | 29 | 38 | FF | 54 | 4E | 0 | 0 | EC | 64 | 3A |
| Octal | 51 | 70 | 377 | 124 | 116 | 0 | 0 | 354 | 144 | 72 |
| Binary | 101001 | 111000 | 11111111 | 1010100 | 1001110 | 0 | 0 | 11101100 | 1100100 | 111010 |
Color Harmonies of #2938FF
Complementary color
Monochromatic Colors of #2938FF
Black with #2938FF
Text Example
Text Example
White with #2938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938FF; }
p { color: rgb(41,56,255); }
H1.HeaderClassName
{
color: #2938FF;
}
.AnyTagClassName
{
color: #2938FF;
}
</style>
background-color css
<style>
a { background-color: #2938FF; }
a { background-color: rgb(41,56,255); }
div.DivClassName
{
background-color: #2938FF;
}
.BgClassName
{
background-color: #2938FF;
}
</style>
border-color css
<style>
span { border-color: #2938FF; }
span { border-color: rgb(41,56,255); }
td.TdClassName
{
border-color: #2938FF;
}
.TagClassName
{
border-color: #2938FF;
}
</style>