Shades of Neon Blue #1840FF
Tints of Neon Blue #1840FF
RGB
CMYK
RGB Variations
Color information
#1840FF (or 0x1840FF) is known color: Neon Blue. HEX triplet: 18, 40 and FF. RGB value is (24,64,255). Sum of RGB (Red+Green+Blue) = 24+64+255=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1840FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1840FF is #E7BF00. Grayscale: #494949. Windows color (decimal): -15187713 or 16728088. OLE color: 16728088.
HSL color Cylindrical-coordinate representation of color #1840FF: hue angle of 229.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1840FF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 64 | 255 | - |
| CMYK | 0.91 | 0.75 | 0 | 0 |
| HSL | 229.61º | 1% | 0.55% | - |
| HSV(B) | 229.61º | 0.91% | 1% | - |
| XYZ | 20.26 | 11.08 | 95.68 | - |
| YUV | 73.81 | 230.25 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 255 | 0.91 | 0.75 | 0 | 0 | 229.61 | 1 | 0.55 |
| Hex | 18 | 40 | FF | 5B | 4B | 0 | 0 | E6 | 64 | 37 |
| Octal | 30 | 100 | 377 | 133 | 113 | 0 | 0 | 346 | 144 | 67 |
| Binary | 11000 | 1000000 | 11111111 | 1011011 | 1001011 | 0 | 0 | 11100110 | 1100100 | 110111 |
Color Harmonies of #1840FF
Complementary color
Monochromatic Colors of #1840FF
Black with #1840FF
Text Example
Text Example
White with #1840FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1840FF; }
p { color: rgb(24,64,255); }
H1.HeaderClassName
{
color: #1840FF;
}
.AnyTagClassName
{
color: #1840FF;
}
</style>
background-color css
<style>
a { background-color: #1840FF; }
a { background-color: rgb(24,64,255); }
div.DivClassName
{
background-color: #1840FF;
}
.BgClassName
{
background-color: #1840FF;
}
</style>
border-color css
<style>
span { border-color: #1840FF; }
span { border-color: rgb(24,64,255); }
td.TdClassName
{
border-color: #1840FF;
}
.TagClassName
{
border-color: #1840FF;
}
</style>