Shades of Neon Blue #183FF5
Tints of Neon Blue #183FF5
RGB
CMYK
RGB Variations
Color information
#183FF5 (or 0x183FF5) is known color: Neon Blue. HEX triplet: 18, 3F and F5. RGB value is (24,63,245). Sum of RGB (Red+Green+Blue) = 24+63+245=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #183FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183FF5 is #E7C00A. Grayscale: #474747. Windows color (decimal): -15187979 or 16072472. OLE color: 16072472.
HSL color Cylindrical-coordinate representation of color #183FF5: hue angle of 229.41º degrees, saturation: 0.92, 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 #183FF5 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 63 | 245 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.04 |
| HSL | 229.41º | 0.92% | 0.53% | - |
| HSV(B) | 229.41º | 0.9% | 0.96% | - |
| XYZ | 18.64 | 10.34 | 87.4 | - |
| YUV | 72.09 | 225.58 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 245 | 0.90 | 0.74 | 0 | 0.04 | 229.41 | 0.92 | 0.53 |
| Hex | 18 | 3F | F5 | 5A | 4A | 0 | 4 | E5 | 5C | 35 |
| Octal | 30 | 77 | 365 | 132 | 112 | 0 | 4 | 345 | 134 | 65 |
| Binary | 11000 | 111111 | 11110101 | 1011010 | 1001010 | 0 | 100 | 11100101 | 1011100 | 110101 |
Color Harmonies of #183FF5
Complementary color
Monochromatic Colors of #183FF5
Black with #183FF5
Text Example
Text Example
White with #183FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FF5; }
p { color: rgb(24,63,245); }
H1.HeaderClassName
{
color: #183FF5;
}
.AnyTagClassName
{
color: #183FF5;
}
</style>
background-color css
<style>
a { background-color: #183FF5; }
a { background-color: rgb(24,63,245); }
div.DivClassName
{
background-color: #183FF5;
}
.BgClassName
{
background-color: #183FF5;
}
</style>
border-color css
<style>
span { border-color: #183FF5; }
span { border-color: rgb(24,63,245); }
td.TdClassName
{
border-color: #183FF5;
}
.TagClassName
{
border-color: #183FF5;
}
</style>