Shades of Neon Blue #1836FF
Tints of Neon Blue #1836FF
RGB
CMYK
RGB Variations
Color information
#1836FF (or 0x1836FF) is known color: Neon Blue. HEX triplet: 18, 36 and FF. RGB value is (24,54,255). Sum of RGB (Red+Green+Blue) = 24+54+255=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #1836FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1836FF is #E7C900. Grayscale: #434343. Windows color (decimal): -15190273 or 16725528. OLE color: 16725528.
HSL color Cylindrical-coordinate representation of color #1836FF: hue angle of 232.21º 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 #1836FF is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 54 | 255 | - |
| CMYK | 0.91 | 0.79 | 0 | 0 |
| HSL | 232.21º | 1% | 0.55% | - |
| HSV(B) | 232.21º | 0.91% | 1% | - |
| XYZ | 19.75 | 10.05 | 95.51 | - |
| YUV | 67.94 | 233.56 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 255 | 0.91 | 0.79 | 0 | 0 | 232.21 | 1 | 0.55 |
| Hex | 18 | 36 | FF | 5B | 4F | 0 | 0 | E8 | 64 | 37 |
| Octal | 30 | 66 | 377 | 133 | 117 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11000 | 110110 | 11111111 | 1011011 | 1001111 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1836FF
Complementary color
Monochromatic Colors of #1836FF
Black with #1836FF
Text Example
Text Example
White with #1836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1836FF; }
p { color: rgb(24,54,255); }
H1.HeaderClassName
{
color: #1836FF;
}
.AnyTagClassName
{
color: #1836FF;
}
</style>
background-color css
<style>
a { background-color: #1836FF; }
a { background-color: rgb(24,54,255); }
div.DivClassName
{
background-color: #1836FF;
}
.BgClassName
{
background-color: #1836FF;
}
</style>
border-color css
<style>
span { border-color: #1836FF; }
span { border-color: rgb(24,54,255); }
td.TdClassName
{
border-color: #1836FF;
}
.TagClassName
{
border-color: #1836FF;
}
</style>