Shades of Neon Blue #184BFB
Tints of Neon Blue #184BFB
RGB
CMYK
RGB Variations
Color information
#184BFB (or 0x184BFB) is known color: Neon Blue. HEX triplet: 18, 4B and FB. RGB value is (24,75,251). Sum of RGB (Red+Green+Blue) = 24+75+251=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #184BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184BFB is #E7B404. Grayscale: #4F4F4F. Windows color (decimal): -15184901 or 16468760. OLE color: 16468760.
HSL color Cylindrical-coordinate representation of color #184BFB: hue angle of 226.52º 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 #184BFB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 75 | 251 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.02 |
| HSL | 226.52º | 0.97% | 0.54% | - |
| HSV(B) | 226.52º | 0.9% | 0.98% | - |
| XYZ | 20.31 | 12.19 | 92.55 | - |
| YUV | 79.82 | 224.6 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 251 | 0.90 | 0.70 | 0 | 0.02 | 226.52 | 0.97 | 0.54 |
| Hex | 18 | 4B | FB | 5A | 46 | 0 | 2 | E3 | 61 | 36 |
| Octal | 30 | 113 | 373 | 132 | 106 | 0 | 2 | 343 | 141 | 66 |
| Binary | 11000 | 1001011 | 11111011 | 1011010 | 1000110 | 0 | 10 | 11100011 | 1100001 | 110110 |
Color Harmonies of #184BFB
Complementary color
Monochromatic Colors of #184BFB
Black with #184BFB
Text Example
Text Example
White with #184BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BFB; }
p { color: rgb(24,75,251); }
H1.HeaderClassName
{
color: #184BFB;
}
.AnyTagClassName
{
color: #184BFB;
}
</style>
background-color css
<style>
a { background-color: #184BFB; }
a { background-color: rgb(24,75,251); }
div.DivClassName
{
background-color: #184BFB;
}
.BgClassName
{
background-color: #184BFB;
}
</style>
border-color css
<style>
span { border-color: #184BFB; }
span { border-color: rgb(24,75,251); }
td.TdClassName
{
border-color: #184BFB;
}
.TagClassName
{
border-color: #184BFB;
}
</style>