Shades of Neon Blue #312EFC
Tints of Neon Blue #312EFC
RGB
CMYK
RGB Variations
Color information
#312EFC (or 0x312EFC) is known color: Neon Blue. HEX triplet: 31, 2E and FC. RGB value is (49,46,252). Sum of RGB (Red+Green+Blue) = 49+46+252=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #312EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312EFC is #CED103. Grayscale: #454545. Windows color (decimal): -13553924 or 16526897. OLE color: 16526897.
HSL color Cylindrical-coordinate representation of color #312EFC: hue angle of 240.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312EFC is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 46 | 252 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.01 |
| HSL | 240.87º | 0.97% | 0.58% | - |
| HSV(B) | 240.87º | 0.82% | 0.99% | - |
| XYZ | 19.81 | 9.64 | 92.91 | - |
| YUV | 70.38 | 230.49 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 252 | 0.81 | 0.82 | 0 | 0.01 | 240.87 | 0.97 | 0.58 |
| Hex | 31 | 2E | FC | 51 | 52 | 0 | 1 | F1 | 61 | 3A |
| Octal | 61 | 56 | 374 | 121 | 122 | 0 | 1 | 361 | 141 | 72 |
| Binary | 110001 | 101110 | 11111100 | 1010001 | 1010010 | 0 | 1 | 11110001 | 1100001 | 111010 |
Color Harmonies of #312EFC
Complementary color
Monochromatic Colors of #312EFC
Black with #312EFC
Text Example
Text Example
White with #312EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EFC; }
p { color: rgb(49,46,252); }
H1.HeaderClassName
{
color: #312EFC;
}
.AnyTagClassName
{
color: #312EFC;
}
</style>
background-color css
<style>
a { background-color: #312EFC; }
a { background-color: rgb(49,46,252); }
div.DivClassName
{
background-color: #312EFC;
}
.BgClassName
{
background-color: #312EFC;
}
</style>
border-color css
<style>
span { border-color: #312EFC; }
span { border-color: rgb(49,46,252); }
td.TdClassName
{
border-color: #312EFC;
}
.TagClassName
{
border-color: #312EFC;
}
</style>