Shades of Neon Blue #1935F6
Tints of Neon Blue #1935F6
RGB
CMYK
RGB Variations
Color information
#1935F6 (or 0x1935F6) is known color: Neon Blue. HEX triplet: 19, 35 and F6. RGB value is (25,53,246). Sum of RGB (Red+Green+Blue) = 25+53+246=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #1935F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1935F6 is #E6CA09. Grayscale: #414141. Windows color (decimal): -15125002 or 16135449. OLE color: 16135449.
HSL color Cylindrical-coordinate representation of color #1935F6: hue angle of 232.4º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1935F6 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 53 | 246 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.04 |
| HSL | 232.4º | 0.92% | 0.53% | - |
| HSV(B) | 232.4º | 0.9% | 0.96% | - |
| XYZ | 18.31 | 9.41 | 88.04 | - |
| YUV | 66.63 | 229.22 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 246 | 0.90 | 0.78 | 0 | 0.04 | 232.4 | 0.92 | 0.53 |
| Hex | 19 | 35 | F6 | 5A | 4E | 0 | 4 | E8 | 5C | 35 |
| Octal | 31 | 65 | 366 | 132 | 116 | 0 | 4 | 350 | 134 | 65 |
| Binary | 11001 | 110101 | 11110110 | 1011010 | 1001110 | 0 | 100 | 11101000 | 1011100 | 110101 |
Color Harmonies of #1935F6
Complementary color
Monochromatic Colors of #1935F6
Black with #1935F6
Text Example
Text Example
White with #1935F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1935F6; }
p { color: rgb(25,53,246); }
H1.HeaderClassName
{
color: #1935F6;
}
.AnyTagClassName
{
color: #1935F6;
}
</style>
background-color css
<style>
a { background-color: #1935F6; }
a { background-color: rgb(25,53,246); }
div.DivClassName
{
background-color: #1935F6;
}
.BgClassName
{
background-color: #1935F6;
}
</style>
border-color css
<style>
span { border-color: #1935F6; }
span { border-color: rgb(25,53,246); }
td.TdClassName
{
border-color: #1935F6;
}
.TagClassName
{
border-color: #1935F6;
}
</style>