Shades of Neon Blue #183FF7
Tints of Neon Blue #183FF7
RGB
CMYK
RGB Variations
Color information
#183FF7 (or 0x183FF7) is known color: Neon Blue. HEX triplet: 18, 3F and F7. RGB value is (24,63,247). Sum of RGB (Red+Green+Blue) = 24+63+247=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 247 (96.88% from 255 or 73.95% from 334); Max value from RGB is 247 - color contains mainly: blue. Hex color #183FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FF7 is #E7C008. Grayscale: #474747. Windows color (decimal): -15187977 or 16203544. OLE color: 16203544.
HSL color Cylindrical-coordinate representation of color #183FF7: hue angle of 229.51º 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 #183FF7 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 63 | 247 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.03 |
| HSL | 229.51º | 0.93% | 0.53% | - |
| HSV(B) | 229.51º | 0.9% | 0.97% | - |
| XYZ | 18.94 | 10.46 | 89.02 | - |
| YUV | 72.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 247 | 0.90 | 0.74 | 0 | 0.03 | 229.51 | 0.93 | 0.53 |
| Hex | 18 | 3F | F7 | 5A | 4A | 0 | 3 | E6 | 5D | 35 |
| Octal | 30 | 77 | 367 | 132 | 112 | 0 | 3 | 346 | 135 | 65 |
| Binary | 11000 | 111111 | 11110111 | 1011010 | 1001010 | 0 | 11 | 11100110 | 1011101 | 110101 |
Color Harmonies of #183FF7
Complementary color
Monochromatic Colors of #183FF7
Black with #183FF7
Text Example
Text Example
White with #183FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FF7; }
p { color: rgb(24,63,247); }
H1.HeaderClassName
{
color: #183FF7;
}
.AnyTagClassName
{
color: #183FF7;
}
</style>
background-color css
<style>
a { background-color: #183FF7; }
a { background-color: rgb(24,63,247); }
div.DivClassName
{
background-color: #183FF7;
}
.BgClassName
{
background-color: #183FF7;
}
</style>
border-color css
<style>
span { border-color: #183FF7; }
span { border-color: rgb(24,63,247); }
td.TdClassName
{
border-color: #183FF7;
}
.TagClassName
{
border-color: #183FF7;
}
</style>