Shades of Neon Blue #3130F4
Tints of Neon Blue #3130F4
RGB
CMYK
RGB Variations
Color information
#3130F4 (or 0x3130F4) is known color: Neon Blue. HEX triplet: 31, 30 and F4. RGB value is (49,48,244). Sum of RGB (Red+Green+Blue) = 49+48+244=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #3130F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130F4 is #CECF0B. Grayscale: #454545. Windows color (decimal): -13553420 or 16003121. OLE color: 16003121.
HSL color Cylindrical-coordinate representation of color #3130F4: hue angle of 240.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3130F4 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 48 | 244 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.04 |
| HSL | 240.31º | 0.9% | 0.57% | - |
| HSV(B) | 240.31º | 0.8% | 0.96% | - |
| XYZ | 18.65 | 9.3 | 86.4 | - |
| YUV | 70.64 | 225.83 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 244 | 0.80 | 0.80 | 0 | 0.04 | 240.31 | 0.9 | 0.57 |
| Hex | 31 | 30 | F4 | 50 | 50 | 0 | 4 | F0 | 5A | 39 |
| Octal | 61 | 60 | 364 | 120 | 120 | 0 | 4 | 360 | 132 | 71 |
| Binary | 110001 | 110000 | 11110100 | 1010000 | 1010000 | 0 | 100 | 11110000 | 1011010 | 111001 |
Color Harmonies of #3130F4
Complementary color
Monochromatic Colors of #3130F4
Black with #3130F4
Text Example
Text Example
White with #3130F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130F4; }
p { color: rgb(49,48,244); }
H1.HeaderClassName
{
color: #3130F4;
}
.AnyTagClassName
{
color: #3130F4;
}
</style>
background-color css
<style>
a { background-color: #3130F4; }
a { background-color: rgb(49,48,244); }
div.DivClassName
{
background-color: #3130F4;
}
.BgClassName
{
background-color: #3130F4;
}
</style>
border-color css
<style>
span { border-color: #3130F4; }
span { border-color: rgb(49,48,244); }
td.TdClassName
{
border-color: #3130F4;
}
.TagClassName
{
border-color: #3130F4;
}
</style>