Shades of Neon Blue #1936FB
Tints of Neon Blue #1936FB
RGB
CMYK
RGB Variations
Color information
#1936FB (or 0x1936FB) is known color: Neon Blue. HEX triplet: 19, 36 and FB. RGB value is (25,54,251). Sum of RGB (Red+Green+Blue) = 25+54+251=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #1936FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1936FB is #E6C904. Grayscale: #424242. Windows color (decimal): -15124741 or 16463385. OLE color: 16463385.
HSL color Cylindrical-coordinate representation of color #1936FB: hue angle of 232.3º degrees, saturation: 0.97, 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 #1936FB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 54 | 251 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.02 |
| HSL | 232.3º | 0.97% | 0.54% | - |
| HSV(B) | 232.3º | 0.9% | 0.98% | - |
| XYZ | 19.13 | 9.81 | 92.15 | - |
| YUV | 67.79 | 231.39 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 251 | 0.90 | 0.78 | 0 | 0.02 | 232.3 | 0.97 | 0.54 |
| Hex | 19 | 36 | FB | 5A | 4E | 0 | 2 | E8 | 61 | 36 |
| Octal | 31 | 66 | 373 | 132 | 116 | 0 | 2 | 350 | 141 | 66 |
| Binary | 11001 | 110110 | 11111011 | 1011010 | 1001110 | 0 | 10 | 11101000 | 1100001 | 110110 |
Color Harmonies of #1936FB
Complementary color
Monochromatic Colors of #1936FB
Black with #1936FB
Text Example
Text Example
White with #1936FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936FB; }
p { color: rgb(25,54,251); }
H1.HeaderClassName
{
color: #1936FB;
}
.AnyTagClassName
{
color: #1936FB;
}
</style>
background-color css
<style>
a { background-color: #1936FB; }
a { background-color: rgb(25,54,251); }
div.DivClassName
{
background-color: #1936FB;
}
.BgClassName
{
background-color: #1936FB;
}
</style>
border-color css
<style>
span { border-color: #1936FB; }
span { border-color: rgb(25,54,251); }
td.TdClassName
{
border-color: #1936FB;
}
.TagClassName
{
border-color: #1936FB;
}
</style>