Shades of Neon Blue #1F2FFA
Tints of Neon Blue #1F2FFA
RGB
CMYK
RGB Variations
Color information
#1F2FFA (or 0x1F2FFA) is known color: Neon Blue. HEX triplet: 1F, 2F and FA. RGB value is (31,47,250). Sum of RGB (Red+Green+Blue) = 31+47+250=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F2FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2FFA is #E0D005. Grayscale: #404040. Windows color (decimal): -14733318 or 16396063. OLE color: 16396063.
HSL color Cylindrical-coordinate representation of color #1F2FFA: hue angle of 235.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2FFA is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 47 | 250 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.02 |
| HSL | 235.62º | 0.96% | 0.55% | - |
| HSV(B) | 235.62º | 0.88% | 0.98% | - |
| XYZ | 18.84 | 9.23 | 91.23 | - |
| YUV | 65.36 | 232.2 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 250 | 0.88 | 0.81 | 0 | 0.02 | 235.62 | 0.96 | 0.55 |
| Hex | 1F | 2F | FA | 58 | 51 | 0 | 2 | EC | 60 | 37 |
| Octal | 37 | 57 | 372 | 130 | 121 | 0 | 2 | 354 | 140 | 67 |
| Binary | 11111 | 101111 | 11111010 | 1011000 | 1010001 | 0 | 10 | 11101100 | 1100000 | 110111 |
Color Harmonies of #1F2FFA
Complementary color
Monochromatic Colors of #1F2FFA
Black with #1F2FFA
Text Example
Text Example
White with #1F2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FFA; }
p { color: rgb(31,47,250); }
H1.HeaderClassName
{
color: #1F2FFA;
}
.AnyTagClassName
{
color: #1F2FFA;
}
</style>
background-color css
<style>
a { background-color: #1F2FFA; }
a { background-color: rgb(31,47,250); }
div.DivClassName
{
background-color: #1F2FFA;
}
.BgClassName
{
background-color: #1F2FFA;
}
</style>
border-color css
<style>
span { border-color: #1F2FFA; }
span { border-color: rgb(31,47,250); }
td.TdClassName
{
border-color: #1F2FFA;
}
.TagClassName
{
border-color: #1F2FFA;
}
</style>