Shades of Neon Blue #314CEE
Tints of Neon Blue #314CEE
RGB
CMYK
RGB Variations
Color information
#314CEE (or 0x314CEE) is known color: Neon Blue. HEX triplet: 31, 4C and EE. RGB value is (49,76,238). Sum of RGB (Red+Green+Blue) = 49+76+238=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #314CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CEE is #CEB311. Grayscale: #555555. Windows color (decimal): -13546258 or 15617073. OLE color: 15617073.
HSL color Cylindrical-coordinate representation of color #314CEE: hue angle of 231.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314CEE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 76 | 238 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.07 |
| HSL | 231.43º | 0.85% | 0.56% | - |
| HSV(B) | 231.43º | 0.79% | 0.93% | - |
| XYZ | 19.28 | 11.99 | 82.19 | - |
| YUV | 86.4 | 213.55 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 238 | 0.79 | 0.68 | 0 | 0.07 | 231.43 | 0.85 | 0.56 |
| Hex | 31 | 4C | EE | 4F | 44 | 0 | 7 | E7 | 55 | 38 |
| Octal | 61 | 114 | 356 | 117 | 104 | 0 | 7 | 347 | 125 | 70 |
| Binary | 110001 | 1001100 | 11101110 | 1001111 | 1000100 | 0 | 111 | 11100111 | 1010101 | 111000 |
Color Harmonies of #314CEE
Complementary color
Monochromatic Colors of #314CEE
Black with #314CEE
Text Example
Text Example
White with #314CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CEE; }
p { color: rgb(49,76,238); }
H1.HeaderClassName
{
color: #314CEE;
}
.AnyTagClassName
{
color: #314CEE;
}
</style>
background-color css
<style>
a { background-color: #314CEE; }
a { background-color: rgb(49,76,238); }
div.DivClassName
{
background-color: #314CEE;
}
.BgClassName
{
background-color: #314CEE;
}
</style>
border-color css
<style>
span { border-color: #314CEE; }
span { border-color: rgb(49,76,238); }
td.TdClassName
{
border-color: #314CEE;
}
.TagClassName
{
border-color: #314CEE;
}
</style>