Shades of Neon Blue #3140FF
Tints of Neon Blue #3140FF
RGB
CMYK
RGB Variations
Color information
#3140FF (or 0x3140FF) is known color: Neon Blue. HEX triplet: 31, 40 and FF. RGB value is (49,64,255). Sum of RGB (Red+Green+Blue) = 49+64+255=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #3140FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3140FF is #CEBF00. Grayscale: #505050. Windows color (decimal): -13549313 or 16728113. OLE color: 16728113.
HSL color Cylindrical-coordinate representation of color #3140FF: hue angle of 235.63º 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 #3140FF is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 64 | 255 | - |
| CMYK | 0.81 | 0.75 | 0 | 0 |
| HSL | 235.63º | 1% | 0.6% | - |
| HSV(B) | 235.63º | 0.81% | 1% | - |
| XYZ | 21.15 | 11.54 | 95.72 | - |
| YUV | 81.29 | 226.03 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 255 | 0.81 | 0.75 | 0 | 0 | 235.63 | 1 | 0.6 |
| Hex | 31 | 40 | FF | 51 | 4B | 0 | 0 | EC | 64 | 3C |
| Octal | 61 | 100 | 377 | 121 | 113 | 0 | 0 | 354 | 144 | 74 |
| Binary | 110001 | 1000000 | 11111111 | 1010001 | 1001011 | 0 | 0 | 11101100 | 1100100 | 111100 |
Color Harmonies of #3140FF
Complementary color
Monochromatic Colors of #3140FF
Black with #3140FF
Text Example
Text Example
White with #3140FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3140FF; }
p { color: rgb(49,64,255); }
H1.HeaderClassName
{
color: #3140FF;
}
.AnyTagClassName
{
color: #3140FF;
}
</style>
background-color css
<style>
a { background-color: #3140FF; }
a { background-color: rgb(49,64,255); }
div.DivClassName
{
background-color: #3140FF;
}
.BgClassName
{
background-color: #3140FF;
}
</style>
border-color css
<style>
span { border-color: #3140FF; }
span { border-color: rgb(49,64,255); }
td.TdClassName
{
border-color: #3140FF;
}
.TagClassName
{
border-color: #3140FF;
}
</style>