Shades of Neon Blue #1841FC
Tints of Neon Blue #1841FC
RGB
CMYK
RGB Variations
Color information
#1841FC (or 0x1841FC) is known color: Neon Blue. HEX triplet: 18, 41 and FC. RGB value is (24,65,252). Sum of RGB (Red+Green+Blue) = 24+65+252=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #1841FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841FC is #E7BE03. Grayscale: #494949. Windows color (decimal): -15187460 or 16531736. OLE color: 16531736.
HSL color Cylindrical-coordinate representation of color #1841FC: hue angle of 229.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1841FC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 65 | 252 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.01 |
| HSL | 229.21º | 0.97% | 0.54% | - |
| HSV(B) | 229.21º | 0.9% | 0.99% | - |
| XYZ | 19.84 | 11 | 93.17 | - |
| YUV | 74.06 | 228.42 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 252 | 0.90 | 0.74 | 0 | 0.01 | 229.21 | 0.97 | 0.54 |
| Hex | 18 | 41 | FC | 5A | 4A | 0 | 1 | E5 | 61 | 36 |
| Octal | 30 | 101 | 374 | 132 | 112 | 0 | 1 | 345 | 141 | 66 |
| Binary | 11000 | 1000001 | 11111100 | 1011010 | 1001010 | 0 | 1 | 11100101 | 1100001 | 110110 |
Color Harmonies of #1841FC
Complementary color
Monochromatic Colors of #1841FC
Black with #1841FC
Text Example
Text Example
White with #1841FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841FC; }
p { color: rgb(24,65,252); }
H1.HeaderClassName
{
color: #1841FC;
}
.AnyTagClassName
{
color: #1841FC;
}
</style>
background-color css
<style>
a { background-color: #1841FC; }
a { background-color: rgb(24,65,252); }
div.DivClassName
{
background-color: #1841FC;
}
.BgClassName
{
background-color: #1841FC;
}
</style>
border-color css
<style>
span { border-color: #1841FC; }
span { border-color: rgb(24,65,252); }
td.TdClassName
{
border-color: #1841FC;
}
.TagClassName
{
border-color: #1841FC;
}
</style>