Shades of Neon Blue #183AFE
Tints of Neon Blue #183AFE
RGB
CMYK
RGB Variations
Color information
#183AFE (or 0x183AFE) is known color: Neon Blue. HEX triplet: 18, 3A and FE. RGB value is (24,58,254). Sum of RGB (Red+Green+Blue) = 24+58+254=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #183AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AFE is #E7C501. Grayscale: #454545. Windows color (decimal): -15189250 or 16661016. OLE color: 16661016.
HSL color Cylindrical-coordinate representation of color #183AFE: hue angle of 231.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #183AFE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 58 | 254 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.00 |
| HSL | 231.13º | 0.99% | 0.55% | - |
| HSV(B) | 231.13º | 0.91% | 1% | - |
| XYZ | 19.78 | 10.38 | 94.73 | - |
| YUV | 70.18 | 231.74 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 254 | 0.91 | 0.77 | 0 | 0.00 | 231.13 | 0.99 | 0.55 |
| Hex | 18 | 3A | FE | 5B | 4D | 0 | 0 | E7 | 63 | 37 |
| Octal | 30 | 72 | 376 | 133 | 115 | 0 | 0 | 347 | 143 | 67 |
| Binary | 11000 | 111010 | 11111110 | 1011011 | 1001101 | 0 | 0 | 11100111 | 1100011 | 110111 |
Color Harmonies of #183AFE
Complementary color
Monochromatic Colors of #183AFE
Black with #183AFE
Text Example
Text Example
White with #183AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AFE; }
p { color: rgb(24,58,254); }
H1.HeaderClassName
{
color: #183AFE;
}
.AnyTagClassName
{
color: #183AFE;
}
</style>
background-color css
<style>
a { background-color: #183AFE; }
a { background-color: rgb(24,58,254); }
div.DivClassName
{
background-color: #183AFE;
}
.BgClassName
{
background-color: #183AFE;
}
</style>
border-color css
<style>
span { border-color: #183AFE; }
span { border-color: rgb(24,58,254); }
td.TdClassName
{
border-color: #183AFE;
}
.TagClassName
{
border-color: #183AFE;
}
</style>