Shades of Neon Blue #183FFA
Tints of Neon Blue #183FFA
RGB
CMYK
RGB Variations
Color information
#183FFA (or 0x183FFA) is known color: Neon Blue. HEX triplet: 18, 3F and FA. RGB value is (24,63,250). Sum of RGB (Red+Green+Blue) = 24+63+250=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #183FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FFA is #E7C005. Grayscale: #474747. Windows color (decimal): -15187974 or 16400152. OLE color: 16400152.
HSL color Cylindrical-coordinate representation of color #183FFA: hue angle of 229.65º degrees, saturation: 0.96, 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 #183FFA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 63 | 250 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.02 |
| HSL | 229.65º | 0.96% | 0.54% | - |
| HSV(B) | 229.65º | 0.9% | 0.98% | - |
| XYZ | 19.41 | 10.65 | 91.48 | - |
| YUV | 72.66 | 228.08 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 250 | 0.90 | 0.75 | 0 | 0.02 | 229.65 | 0.96 | 0.54 |
| Hex | 18 | 3F | FA | 5A | 4B | 0 | 2 | E6 | 60 | 36 |
| Octal | 30 | 77 | 372 | 132 | 113 | 0 | 2 | 346 | 140 | 66 |
| Binary | 11000 | 111111 | 11111010 | 1011010 | 1001011 | 0 | 10 | 11100110 | 1100000 | 110110 |
Color Harmonies of #183FFA
Complementary color
Monochromatic Colors of #183FFA
Black with #183FFA
Text Example
Text Example
White with #183FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FFA; }
p { color: rgb(24,63,250); }
H1.HeaderClassName
{
color: #183FFA;
}
.AnyTagClassName
{
color: #183FFA;
}
</style>
background-color css
<style>
a { background-color: #183FFA; }
a { background-color: rgb(24,63,250); }
div.DivClassName
{
background-color: #183FFA;
}
.BgClassName
{
background-color: #183FFA;
}
</style>
border-color css
<style>
span { border-color: #183FFA; }
span { border-color: rgb(24,63,250); }
td.TdClassName
{
border-color: #183FFA;
}
.TagClassName
{
border-color: #183FFA;
}
</style>