Shades of Neon Blue #184AFB
Tints of Neon Blue #184AFB
RGB
CMYK
RGB Variations
Color information
#184AFB (or 0x184AFB) is known color: Neon Blue. HEX triplet: 18, 4A and FB. RGB value is (24,74,251). Sum of RGB (Red+Green+Blue) = 24+74+251=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #184AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AFB is #E7B504. Grayscale: #4E4E4E. Windows color (decimal): -15185157 or 16468504. OLE color: 16468504.
HSL color Cylindrical-coordinate representation of color #184AFB: hue angle of 226.78º 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 #184AFB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 74 | 251 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.02 |
| HSL | 226.78º | 0.97% | 0.54% | - |
| HSV(B) | 226.78º | 0.9% | 0.98% | - |
| XYZ | 20.24 | 12.06 | 92.53 | - |
| YUV | 79.23 | 224.94 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 251 | 0.90 | 0.71 | 0 | 0.02 | 226.78 | 0.97 | 0.54 |
| Hex | 18 | 4A | FB | 5A | 47 | 0 | 2 | E3 | 61 | 36 |
| Octal | 30 | 112 | 373 | 132 | 107 | 0 | 2 | 343 | 141 | 66 |
| Binary | 11000 | 1001010 | 11111011 | 1011010 | 1000111 | 0 | 10 | 11100011 | 1100001 | 110110 |
Color Harmonies of #184AFB
Complementary color
Monochromatic Colors of #184AFB
Black with #184AFB
Text Example
Text Example
White with #184AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AFB; }
p { color: rgb(24,74,251); }
H1.HeaderClassName
{
color: #184AFB;
}
.AnyTagClassName
{
color: #184AFB;
}
</style>
background-color css
<style>
a { background-color: #184AFB; }
a { background-color: rgb(24,74,251); }
div.DivClassName
{
background-color: #184AFB;
}
.BgClassName
{
background-color: #184AFB;
}
</style>
border-color css
<style>
span { border-color: #184AFB; }
span { border-color: rgb(24,74,251); }
td.TdClassName
{
border-color: #184AFB;
}
.TagClassName
{
border-color: #184AFB;
}
</style>