Shades of Neon Blue #1938F7
Tints of Neon Blue #1938F7
RGB
CMYK
RGB Variations
Color information
#1938F7 (or 0x1938F7) is known color: Neon Blue. HEX triplet: 19, 38 and F7. RGB value is (25,56,247). Sum of RGB (Red+Green+Blue) = 25+56+247=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 247 (96.88% from 255 or 75.30% from 328); Max value from RGB is 247 - color contains mainly: blue. Hex color #1938F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1938F7 is #E6C708. Grayscale: #434343. Windows color (decimal): -15124233 or 16201753. OLE color: 16201753.
HSL color Cylindrical-coordinate representation of color #1938F7: hue angle of 231.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1938F7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 56 | 247 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.03 |
| HSL | 231.62º | 0.93% | 0.53% | - |
| HSV(B) | 231.62º | 0.9% | 0.97% | - |
| XYZ | 18.6 | 9.75 | 88.9 | - |
| YUV | 68.51 | 228.73 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 247 | 0.90 | 0.77 | 0 | 0.03 | 231.62 | 0.93 | 0.53 |
| Hex | 19 | 38 | F7 | 5A | 4D | 0 | 3 | E8 | 5D | 35 |
| Octal | 31 | 70 | 367 | 132 | 115 | 0 | 3 | 350 | 135 | 65 |
| Binary | 11001 | 111000 | 11110111 | 1011010 | 1001101 | 0 | 11 | 11101000 | 1011101 | 110101 |
Color Harmonies of #1938F7
Complementary color
Monochromatic Colors of #1938F7
Black with #1938F7
Text Example
Text Example
White with #1938F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938F7; }
p { color: rgb(25,56,247); }
H1.HeaderClassName
{
color: #1938F7;
}
.AnyTagClassName
{
color: #1938F7;
}
</style>
background-color css
<style>
a { background-color: #1938F7; }
a { background-color: rgb(25,56,247); }
div.DivClassName
{
background-color: #1938F7;
}
.BgClassName
{
background-color: #1938F7;
}
</style>
border-color css
<style>
span { border-color: #1938F7; }
span { border-color: rgb(25,56,247); }
td.TdClassName
{
border-color: #1938F7;
}
.TagClassName
{
border-color: #1938F7;
}
</style>