Shades of Neon Blue #183FF6
Tints of Neon Blue #183FF6
RGB
CMYK
RGB Variations
Color information
#183FF6 (or 0x183FF6) is known color: Neon Blue. HEX triplet: 18, 3F and F6. RGB value is (24,63,246). Sum of RGB (Red+Green+Blue) = 24+63+246=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #183FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FF6 is #E7C009. Grayscale: #474747. Windows color (decimal): -15187978 or 16138008. OLE color: 16138008.
HSL color Cylindrical-coordinate representation of color #183FF6: hue angle of 229.46º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183FF6 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 63 | 246 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.04 |
| HSL | 229.46º | 0.93% | 0.53% | - |
| HSV(B) | 229.46º | 0.9% | 0.96% | - |
| XYZ | 18.79 | 10.4 | 88.21 | - |
| YUV | 72.2 | 226.08 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 246 | 0.90 | 0.74 | 0 | 0.04 | 229.46 | 0.93 | 0.53 |
| Hex | 18 | 3F | F6 | 5A | 4A | 0 | 4 | E5 | 5C | 35 |
| Octal | 30 | 77 | 366 | 132 | 112 | 0 | 4 | 345 | 134 | 65 |
| Binary | 11000 | 111111 | 11110110 | 1011010 | 1001010 | 0 | 100 | 11100101 | 1011100 | 110101 |
Color Harmonies of #183FF6
Complementary color
Monochromatic Colors of #183FF6
Black with #183FF6
Text Example
Text Example
White with #183FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FF6; }
p { color: rgb(24,63,246); }
H1.HeaderClassName
{
color: #183FF6;
}
.AnyTagClassName
{
color: #183FF6;
}
</style>
background-color css
<style>
a { background-color: #183FF6; }
a { background-color: rgb(24,63,246); }
div.DivClassName
{
background-color: #183FF6;
}
.BgClassName
{
background-color: #183FF6;
}
</style>
border-color css
<style>
span { border-color: #183FF6; }
span { border-color: rgb(24,63,246); }
td.TdClassName
{
border-color: #183FF6;
}
.TagClassName
{
border-color: #183FF6;
}
</style>