Shades of Neon Blue #183CFA
Tints of Neon Blue #183CFA
RGB
CMYK
RGB Variations
Color information
#183CFA (or 0x183CFA) is known color: Neon Blue. HEX triplet: 18, 3C and FA. RGB value is (24,60,250). Sum of RGB (Red+Green+Blue) = 24+60+250=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #183CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CFA is #E7C305. Grayscale: #464646. Windows color (decimal): -15188742 or 16399384. OLE color: 16399384.
HSL color Cylindrical-coordinate representation of color #183CFA: hue angle of 230.44º 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 #183CFA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 60 | 250 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.02 |
| HSL | 230.44º | 0.96% | 0.54% | - |
| HSV(B) | 230.44º | 0.9% | 0.98% | - |
| XYZ | 19.25 | 10.33 | 91.42 | - |
| YUV | 70.9 | 229.07 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 250 | 0.90 | 0.76 | 0 | 0.02 | 230.44 | 0.96 | 0.54 |
| Hex | 18 | 3C | FA | 5A | 4C | 0 | 2 | E6 | 60 | 36 |
| Octal | 30 | 74 | 372 | 132 | 114 | 0 | 2 | 346 | 140 | 66 |
| Binary | 11000 | 111100 | 11111010 | 1011010 | 1001100 | 0 | 10 | 11100110 | 1100000 | 110110 |
Color Harmonies of #183CFA
Complementary color
Monochromatic Colors of #183CFA
Black with #183CFA
Text Example
Text Example
White with #183CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CFA; }
p { color: rgb(24,60,250); }
H1.HeaderClassName
{
color: #183CFA;
}
.AnyTagClassName
{
color: #183CFA;
}
</style>
background-color css
<style>
a { background-color: #183CFA; }
a { background-color: rgb(24,60,250); }
div.DivClassName
{
background-color: #183CFA;
}
.BgClassName
{
background-color: #183CFA;
}
</style>
border-color css
<style>
span { border-color: #183CFA; }
span { border-color: rgb(24,60,250); }
td.TdClassName
{
border-color: #183CFA;
}
.TagClassName
{
border-color: #183CFA;
}
</style>