Shades of Neon Blue #183AF7
Tints of Neon Blue #183AF7
RGB
CMYK
RGB Variations
Color information
#183AF7 (or 0x183AF7) is known color: Neon Blue. HEX triplet: 18, 3A and F7. RGB value is (24,58,247). Sum of RGB (Red+Green+Blue) = 24+58+247=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #183AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AF7 is #E7C508. Grayscale: #444444. Windows color (decimal): -15189257 or 16202264. OLE color: 16202264.
HSL color Cylindrical-coordinate representation of color #183AF7: hue angle of 230.85º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183AF7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 58 | 247 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.03 |
| HSL | 230.85º | 0.93% | 0.53% | - |
| HSV(B) | 230.85º | 0.9% | 0.97% | - |
| XYZ | 18.68 | 9.94 | 88.93 | - |
| YUV | 69.38 | 228.24 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 247 | 0.90 | 0.77 | 0 | 0.03 | 230.85 | 0.93 | 0.53 |
| Hex | 18 | 3A | F7 | 5A | 4D | 0 | 3 | E7 | 5D | 35 |
| Octal | 30 | 72 | 367 | 132 | 115 | 0 | 3 | 347 | 135 | 65 |
| Binary | 11000 | 111010 | 11110111 | 1011010 | 1001101 | 0 | 11 | 11100111 | 1011101 | 110101 |
Color Harmonies of #183AF7
Complementary color
Monochromatic Colors of #183AF7
Black with #183AF7
Text Example
Text Example
White with #183AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AF7; }
p { color: rgb(24,58,247); }
H1.HeaderClassName
{
color: #183AF7;
}
.AnyTagClassName
{
color: #183AF7;
}
</style>
background-color css
<style>
a { background-color: #183AF7; }
a { background-color: rgb(24,58,247); }
div.DivClassName
{
background-color: #183AF7;
}
.BgClassName
{
background-color: #183AF7;
}
</style>
border-color css
<style>
span { border-color: #183AF7; }
span { border-color: rgb(24,58,247); }
td.TdClassName
{
border-color: #183AF7;
}
.TagClassName
{
border-color: #183AF7;
}
</style>