Shades of Neon Blue #1842FB
Tints of Neon Blue #1842FB
RGB
CMYK
RGB Variations
Color information
#1842FB (or 0x1842FB) is known color: Neon Blue. HEX triplet: 18, 42 and FB. RGB value is (24,66,251). Sum of RGB (Red+Green+Blue) = 24+66+251=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #1842FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1842FB is #E7BD04. Grayscale: #494949. Windows color (decimal): -15187205 or 16466456. OLE color: 16466456.
HSL color Cylindrical-coordinate representation of color #1842FB: hue angle of 228.9º 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 #1842FB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 66 | 251 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.02 |
| HSL | 228.9º | 0.97% | 0.54% | - |
| HSV(B) | 228.9º | 0.9% | 0.98% | - |
| XYZ | 19.74 | 11.06 | 92.36 | - |
| YUV | 74.53 | 227.59 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 251 | 0.90 | 0.74 | 0 | 0.02 | 228.9 | 0.97 | 0.54 |
| Hex | 18 | 42 | FB | 5A | 4A | 0 | 2 | E5 | 61 | 36 |
| Octal | 30 | 102 | 373 | 132 | 112 | 0 | 2 | 345 | 141 | 66 |
| Binary | 11000 | 1000010 | 11111011 | 1011010 | 1001010 | 0 | 10 | 11100101 | 1100001 | 110110 |
Color Harmonies of #1842FB
Complementary color
Monochromatic Colors of #1842FB
Black with #1842FB
Text Example
Text Example
White with #1842FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1842FB; }
p { color: rgb(24,66,251); }
H1.HeaderClassName
{
color: #1842FB;
}
.AnyTagClassName
{
color: #1842FB;
}
</style>
background-color css
<style>
a { background-color: #1842FB; }
a { background-color: rgb(24,66,251); }
div.DivClassName
{
background-color: #1842FB;
}
.BgClassName
{
background-color: #1842FB;
}
</style>
border-color css
<style>
span { border-color: #1842FB; }
span { border-color: rgb(24,66,251); }
td.TdClassName
{
border-color: #1842FB;
}
.TagClassName
{
border-color: #1842FB;
}
</style>