Shades of Neon Blue #314AFE
Tints of Neon Blue #314AFE
RGB
CMYK
RGB Variations
Color information
#314AFE (or 0x314AFE) is known color: Neon Blue. HEX triplet: 31, 4A and FE. RGB value is (49,74,254). Sum of RGB (Red+Green+Blue) = 49+74+254=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #314AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314AFE is #CEB501. Grayscale: #565656. Windows color (decimal): -13546754 or 16665137. OLE color: 16665137.
HSL color Cylindrical-coordinate representation of color #314AFE: hue angle of 232.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #314AFE is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 74 | 254 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.00 |
| HSL | 232.68º | 0.99% | 0.59% | - |
| HSV(B) | 232.68º | 0.81% | 1% | - |
| XYZ | 21.6 | 12.71 | 95.08 | - |
| YUV | 87.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 254 | 0.81 | 0.71 | 0 | 0.00 | 232.68 | 0.99 | 0.59 |
| Hex | 31 | 4A | FE | 51 | 47 | 0 | 0 | E9 | 63 | 3B |
| Octal | 61 | 112 | 376 | 121 | 107 | 0 | 0 | 351 | 143 | 73 |
| Binary | 110001 | 1001010 | 11111110 | 1010001 | 1000111 | 0 | 0 | 11101001 | 1100011 | 111011 |
Color Harmonies of #314AFE
Complementary color
Monochromatic Colors of #314AFE
Black with #314AFE
Text Example
Text Example
White with #314AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AFE; }
p { color: rgb(49,74,254); }
H1.HeaderClassName
{
color: #314AFE;
}
.AnyTagClassName
{
color: #314AFE;
}
</style>
background-color css
<style>
a { background-color: #314AFE; }
a { background-color: rgb(49,74,254); }
div.DivClassName
{
background-color: #314AFE;
}
.BgClassName
{
background-color: #314AFE;
}
</style>
border-color css
<style>
span { border-color: #314AFE; }
span { border-color: rgb(49,74,254); }
td.TdClassName
{
border-color: #314AFE;
}
.TagClassName
{
border-color: #314AFE;
}
</style>