Shades of Neon Blue #1838FE
Tints of Neon Blue #1838FE
RGB
CMYK
RGB Variations
Color information
#1838FE (or 0x1838FE) is known color: Neon Blue. HEX triplet: 18, 38 and FE. RGB value is (24,56,254). Sum of RGB (Red+Green+Blue) = 24+56+254=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #1838FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838FE is #E7C701. Grayscale: #444444. Windows color (decimal): -15189762 or 16660504. OLE color: 16660504.
HSL color Cylindrical-coordinate representation of color #1838FE: hue angle of 231.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1838FE is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 56 | 254 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.00 |
| HSL | 231.65º | 0.99% | 0.55% | - |
| HSV(B) | 231.65º | 0.91% | 1% | - |
| XYZ | 19.68 | 10.18 | 94.69 | - |
| YUV | 69 | 232.4 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 254 | 0.91 | 0.78 | 0 | 0.00 | 231.65 | 0.99 | 0.55 |
| Hex | 18 | 38 | FE | 5B | 4E | 0 | 0 | E8 | 63 | 37 |
| Octal | 30 | 70 | 376 | 133 | 116 | 0 | 0 | 350 | 143 | 67 |
| Binary | 11000 | 111000 | 11111110 | 1011011 | 1001110 | 0 | 0 | 11101000 | 1100011 | 110111 |
Color Harmonies of #1838FE
Complementary color
Monochromatic Colors of #1838FE
Black with #1838FE
Text Example
Text Example
White with #1838FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1838FE; }
p { color: rgb(24,56,254); }
H1.HeaderClassName
{
color: #1838FE;
}
.AnyTagClassName
{
color: #1838FE;
}
</style>
background-color css
<style>
a { background-color: #1838FE; }
a { background-color: rgb(24,56,254); }
div.DivClassName
{
background-color: #1838FE;
}
.BgClassName
{
background-color: #1838FE;
}
</style>
border-color css
<style>
span { border-color: #1838FE; }
span { border-color: rgb(24,56,254); }
td.TdClassName
{
border-color: #1838FE;
}
.TagClassName
{
border-color: #1838FE;
}
</style>