Shades of Neon Blue #1938FA
Tints of Neon Blue #1938FA
RGB
CMYK
RGB Variations
Color information
#1938FA (or 0x1938FA) is known color: Neon Blue. HEX triplet: 19, 38 and FA. RGB value is (25,56,250). Sum of RGB (Red+Green+Blue) = 25+56+250=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #1938FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1938FA is #E6C705. Grayscale: #444444. Windows color (decimal): -15124230 or 16398361. OLE color: 16398361.
HSL color Cylindrical-coordinate representation of color #1938FA: hue angle of 231.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1938FA is Cyan = 0.9, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 56 | 250 | - |
| CMYK | 0.9 | 0.78 | 0 | 0.02 |
| HSL | 231.73º | 0.96% | 0.54% | - |
| HSV(B) | 231.73º | 0.9% | 0.98% | - |
| XYZ | 19.07 | 9.94 | 91.36 | - |
| YUV | 68.85 | 230.23 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 250 | 0.9 | 0.78 | 0 | 0.02 | 231.73 | 0.96 | 0.54 |
| Hex | 19 | 38 | FA | 5A | 4E | 0 | 2 | E8 | 60 | 36 |
| Octal | 31 | 70 | 372 | 132 | 116 | 0 | 2 | 350 | 140 | 66 |
| Binary | 11001 | 111000 | 11111010 | 1011010 | 1001110 | 0 | 10 | 11101000 | 1100000 | 110110 |
Color Harmonies of #1938FA
Complementary color
Monochromatic Colors of #1938FA
Black with #1938FA
Text Example
Text Example
White with #1938FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938FA; }
p { color: rgb(25,56,250); }
H1.HeaderClassName
{
color: #1938FA;
}
.AnyTagClassName
{
color: #1938FA;
}
</style>
background-color css
<style>
a { background-color: #1938FA; }
a { background-color: rgb(25,56,250); }
div.DivClassName
{
background-color: #1938FA;
}
.BgClassName
{
background-color: #1938FA;
}
</style>
border-color css
<style>
span { border-color: #1938FA; }
span { border-color: rgb(25,56,250); }
td.TdClassName
{
border-color: #1938FA;
}
.TagClassName
{
border-color: #1938FA;
}
</style>