Shades of Neon Blue #1938FF
Tints of Neon Blue #1938FF
RGB
CMYK
RGB Variations
Color information
#1938FF (or 0x1938FF) is known color: Neon Blue. HEX triplet: 19, 38 and FF. RGB value is (25,56,255). Sum of RGB (Red+Green+Blue) = 25+56+255=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #1938FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1938FF is #E6C700. Grayscale: #444444. Windows color (decimal): -15124225 or 16726041. OLE color: 16726041.
HSL color Cylindrical-coordinate representation of color #1938FF: hue angle of 231.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1938FF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 56 | 255 | - |
| CMYK | 0.90 | 0.78 | 0 | 0 |
| HSL | 231.91º | 1% | 0.55% | - |
| HSV(B) | 231.91º | 0.9% | 1% | - |
| XYZ | 19.87 | 10.26 | 95.54 | - |
| YUV | 69.42 | 232.73 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 255 | 0.90 | 0.78 | 0 | 0 | 231.91 | 1 | 0.55 |
| Hex | 19 | 38 | FF | 5A | 4E | 0 | 0 | E8 | 64 | 37 |
| Octal | 31 | 70 | 377 | 132 | 116 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11001 | 111000 | 11111111 | 1011010 | 1001110 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1938FF
Complementary color
Monochromatic Colors of #1938FF
Black with #1938FF
Text Example
Text Example
White with #1938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938FF; }
p { color: rgb(25,56,255); }
H1.HeaderClassName
{
color: #1938FF;
}
.AnyTagClassName
{
color: #1938FF;
}
</style>
background-color css
<style>
a { background-color: #1938FF; }
a { background-color: rgb(25,56,255); }
div.DivClassName
{
background-color: #1938FF;
}
.BgClassName
{
background-color: #1938FF;
}
</style>
border-color css
<style>
span { border-color: #1938FF; }
span { border-color: rgb(25,56,255); }
td.TdClassName
{
border-color: #1938FF;
}
.TagClassName
{
border-color: #1938FF;
}
</style>