Shades of Neon Blue #1837FA
Tints of Neon Blue #1837FA
RGB
CMYK
RGB Variations
Color information
#1837FA (or 0x1837FA) is known color: Neon Blue. HEX triplet: 18, 37 and FA. RGB value is (24,55,250). Sum of RGB (Red+Green+Blue) = 24+55+250=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #1837FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1837FA is #E7C805. Grayscale: #434343. Windows color (decimal): -15190022 or 16398104. OLE color: 16398104.
HSL color Cylindrical-coordinate representation of color #1837FA: hue angle of 231.77º degrees, saturation: 0.96, 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 #1837FA is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 55 | 250 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.02 |
| HSL | 231.77º | 0.96% | 0.54% | - |
| HSV(B) | 231.77º | 0.9% | 0.98% | - |
| XYZ | 19 | 9.83 | 91.34 | - |
| YUV | 67.96 | 230.73 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 250 | 0.90 | 0.78 | 0 | 0.02 | 231.77 | 0.96 | 0.54 |
| Hex | 18 | 37 | FA | 5A | 4E | 0 | 2 | E8 | 60 | 36 |
| Octal | 30 | 67 | 372 | 132 | 116 | 0 | 2 | 350 | 140 | 66 |
| Binary | 11000 | 110111 | 11111010 | 1011010 | 1001110 | 0 | 10 | 11101000 | 1100000 | 110110 |
Color Harmonies of #1837FA
Complementary color
Monochromatic Colors of #1837FA
Black with #1837FA
Text Example
Text Example
White with #1837FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837FA; }
p { color: rgb(24,55,250); }
H1.HeaderClassName
{
color: #1837FA;
}
.AnyTagClassName
{
color: #1837FA;
}
</style>
background-color css
<style>
a { background-color: #1837FA; }
a { background-color: rgb(24,55,250); }
div.DivClassName
{
background-color: #1837FA;
}
.BgClassName
{
background-color: #1837FA;
}
</style>
border-color css
<style>
span { border-color: #1837FA; }
span { border-color: rgb(24,55,250); }
td.TdClassName
{
border-color: #1837FA;
}
.TagClassName
{
border-color: #1837FA;
}
</style>