Shades of Neon Blue #1843FA
Tints of Neon Blue #1843FA
RGB
CMYK
RGB Variations
Color information
#1843FA (or 0x1843FA) is known color: Neon Blue. HEX triplet: 18, 43 and FA. RGB value is (24,67,250). Sum of RGB (Red+Green+Blue) = 24+67+250=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #1843FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1843FA is #E7BC05. Grayscale: #4A4A4A. Windows color (decimal): -15186950 or 16401176. OLE color: 16401176.
HSL color Cylindrical-coordinate representation of color #1843FA: hue angle of 228.58º 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 #1843FA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 67 | 250 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.02 |
| HSL | 228.58º | 0.96% | 0.54% | - |
| HSV(B) | 228.58º | 0.9% | 0.98% | - |
| XYZ | 19.64 | 11.11 | 91.55 | - |
| YUV | 75.01 | 226.75 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 67 | 250 | 0.90 | 0.73 | 0 | 0.02 | 228.58 | 0.96 | 0.54 |
| Hex | 18 | 43 | FA | 5A | 49 | 0 | 2 | E5 | 60 | 36 |
| Octal | 30 | 103 | 372 | 132 | 111 | 0 | 2 | 345 | 140 | 66 |
| Binary | 11000 | 1000011 | 11111010 | 1011010 | 1001001 | 0 | 10 | 11100101 | 1100000 | 110110 |
Color Harmonies of #1843FA
Complementary color
Monochromatic Colors of #1843FA
Black with #1843FA
Text Example
Text Example
White with #1843FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1843FA; }
p { color: rgb(24,67,250); }
H1.HeaderClassName
{
color: #1843FA;
}
.AnyTagClassName
{
color: #1843FA;
}
</style>
background-color css
<style>
a { background-color: #1843FA; }
a { background-color: rgb(24,67,250); }
div.DivClassName
{
background-color: #1843FA;
}
.BgClassName
{
background-color: #1843FA;
}
</style>
border-color css
<style>
span { border-color: #1843FA; }
span { border-color: rgb(24,67,250); }
td.TdClassName
{
border-color: #1843FA;
}
.TagClassName
{
border-color: #1843FA;
}
</style>