Shades of Neon Blue #3138FF
Tints of Neon Blue #3138FF
RGB
CMYK
RGB Variations
Color information
#3138FF (or 0x3138FF) is known color: Neon Blue. HEX triplet: 31, 38 and FF. RGB value is (49,56,255). Sum of RGB (Red+Green+Blue) = 49+56+255=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #3138FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3138FF is #CEC700. Grayscale: #4B4B4B. Windows color (decimal): -13551361 or 16726065. OLE color: 16726065.
HSL color Cylindrical-coordinate representation of color #3138FF: hue angle of 237.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3138FF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 56 | 255 | - |
| CMYK | 0.81 | 0.78 | 0 | 0 |
| HSL | 237.96º | 1% | 0.6% | - |
| HSV(B) | 237.96º | 0.81% | 1% | - |
| XYZ | 20.73 | 10.7 | 95.58 | - |
| YUV | 76.59 | 228.68 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 255 | 0.81 | 0.78 | 0 | 0 | 237.96 | 1 | 0.6 |
| Hex | 31 | 38 | FF | 51 | 4E | 0 | 0 | EE | 64 | 3C |
| Octal | 61 | 70 | 377 | 121 | 116 | 0 | 0 | 356 | 144 | 74 |
| Binary | 110001 | 111000 | 11111111 | 1010001 | 1001110 | 0 | 0 | 11101110 | 1100100 | 111100 |
Color Harmonies of #3138FF
Complementary color
Monochromatic Colors of #3138FF
Black with #3138FF
Text Example
Text Example
White with #3138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3138FF; }
p { color: rgb(49,56,255); }
H1.HeaderClassName
{
color: #3138FF;
}
.AnyTagClassName
{
color: #3138FF;
}
</style>
background-color css
<style>
a { background-color: #3138FF; }
a { background-color: rgb(49,56,255); }
div.DivClassName
{
background-color: #3138FF;
}
.BgClassName
{
background-color: #3138FF;
}
</style>
border-color css
<style>
span { border-color: #3138FF; }
span { border-color: rgb(49,56,255); }
td.TdClassName
{
border-color: #3138FF;
}
.TagClassName
{
border-color: #3138FF;
}
</style>