Shades of Neon Blue #1938FB
Tints of Neon Blue #1938FB
RGB
CMYK
RGB Variations
Color information
#1938FB (or 0x1938FB) is known color: Neon Blue. HEX triplet: 19, 38 and FB. RGB value is (25,56,251). Sum of RGB (Red+Green+Blue) = 25+56+251=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #1938FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1938FB is #E6C704. Grayscale: #444444. Windows color (decimal): -15124229 or 16463897. OLE color: 16463897.
HSL color Cylindrical-coordinate representation of color #1938FB: hue angle of 231.77º 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 #1938FB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 56 | 251 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.02 |
| HSL | 231.77º | 0.97% | 0.54% | - |
| HSV(B) | 231.77º | 0.9% | 0.98% | - |
| XYZ | 19.23 | 10 | 92.18 | - |
| YUV | 68.96 | 230.73 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 251 | 0.90 | 0.78 | 0 | 0.02 | 231.77 | 0.97 | 0.54 |
| Hex | 19 | 38 | FB | 5A | 4E | 0 | 2 | E8 | 61 | 36 |
| Octal | 31 | 70 | 373 | 132 | 116 | 0 | 2 | 350 | 141 | 66 |
| Binary | 11001 | 111000 | 11111011 | 1011010 | 1001110 | 0 | 10 | 11101000 | 1100001 | 110110 |
Color Harmonies of #1938FB
Complementary color
Monochromatic Colors of #1938FB
Black with #1938FB
Text Example
Text Example
White with #1938FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938FB; }
p { color: rgb(25,56,251); }
H1.HeaderClassName
{
color: #1938FB;
}
.AnyTagClassName
{
color: #1938FB;
}
</style>
background-color css
<style>
a { background-color: #1938FB; }
a { background-color: rgb(25,56,251); }
div.DivClassName
{
background-color: #1938FB;
}
.BgClassName
{
background-color: #1938FB;
}
</style>
border-color css
<style>
span { border-color: #1938FB; }
span { border-color: rgb(25,56,251); }
td.TdClassName
{
border-color: #1938FB;
}
.TagClassName
{
border-color: #1938FB;
}
</style>