Shades of Neon Blue #3134FA
Tints of Neon Blue #3134FA
RGB
CMYK
RGB Variations
Color information
#3134FA (or 0x3134FA) is known color: Neon Blue. HEX triplet: 31, 34 and FA. RGB value is (49,52,250). Sum of RGB (Red+Green+Blue) = 49+52+250=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #3134FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3134FA is #CECB05. Grayscale: #484848. Windows color (decimal): -13552390 or 16397361. OLE color: 16397361.
HSL color Cylindrical-coordinate representation of color #3134FA: hue angle of 239.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3134FA is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 52 | 250 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.02 |
| HSL | 239.1º | 0.95% | 0.59% | - |
| HSV(B) | 239.1º | 0.8% | 0.98% | - |
| XYZ | 19.75 | 10.01 | 91.33 | - |
| YUV | 73.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 250 | 0.80 | 0.79 | 0 | 0.02 | 239.1 | 0.95 | 0.59 |
| Hex | 31 | 34 | FA | 50 | 4F | 0 | 2 | EF | 5F | 3B |
| Octal | 61 | 64 | 372 | 120 | 117 | 0 | 2 | 357 | 137 | 73 |
| Binary | 110001 | 110100 | 11111010 | 1010000 | 1001111 | 0 | 10 | 11101111 | 1011111 | 111011 |
Color Harmonies of #3134FA
Complementary color
Monochromatic Colors of #3134FA
Black with #3134FA
Text Example
Text Example
White with #3134FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3134FA; }
p { color: rgb(49,52,250); }
H1.HeaderClassName
{
color: #3134FA;
}
.AnyTagClassName
{
color: #3134FA;
}
</style>
background-color css
<style>
a { background-color: #3134FA; }
a { background-color: rgb(49,52,250); }
div.DivClassName
{
background-color: #3134FA;
}
.BgClassName
{
background-color: #3134FA;
}
</style>
border-color css
<style>
span { border-color: #3134FA; }
span { border-color: rgb(49,52,250); }
td.TdClassName
{
border-color: #3134FA;
}
.TagClassName
{
border-color: #3134FA;
}
</style>