Shades of Neon Blue #1841FF
Tints of Neon Blue #1841FF
RGB
CMYK
RGB Variations
Color information
#1841FF (or 0x1841FF) is known color: Neon Blue. HEX triplet: 18, 41 and FF. RGB value is (24,65,255). Sum of RGB (Red+Green+Blue) = 24+65+255=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #1841FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841FF is #E7BE00. Grayscale: #494949. Windows color (decimal): -15187457 or 16728344. OLE color: 16728344.
HSL color Cylindrical-coordinate representation of color #1841FF: hue angle of 229.35º 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 #1841FF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 65 | 255 | - |
| CMYK | 0.91 | 0.75 | 0 | 0 |
| HSL | 229.35º | 1% | 0.55% | - |
| HSV(B) | 229.35º | 0.91% | 1% | - |
| XYZ | 20.32 | 11.19 | 95.7 | - |
| YUV | 74.4 | 229.92 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 255 | 0.91 | 0.75 | 0 | 0 | 229.35 | 1 | 0.55 |
| Hex | 18 | 41 | FF | 5B | 4B | 0 | 0 | E5 | 64 | 37 |
| Octal | 30 | 101 | 377 | 133 | 113 | 0 | 0 | 345 | 144 | 67 |
| Binary | 11000 | 1000001 | 11111111 | 1011011 | 1001011 | 0 | 0 | 11100101 | 1100100 | 110111 |
Color Harmonies of #1841FF
Complementary color
Monochromatic Colors of #1841FF
Black with #1841FF
Text Example
Text Example
White with #1841FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841FF; }
p { color: rgb(24,65,255); }
H1.HeaderClassName
{
color: #1841FF;
}
.AnyTagClassName
{
color: #1841FF;
}
</style>
background-color css
<style>
a { background-color: #1841FF; }
a { background-color: rgb(24,65,255); }
div.DivClassName
{
background-color: #1841FF;
}
.BgClassName
{
background-color: #1841FF;
}
</style>
border-color css
<style>
span { border-color: #1841FF; }
span { border-color: rgb(24,65,255); }
td.TdClassName
{
border-color: #1841FF;
}
.TagClassName
{
border-color: #1841FF;
}
</style>