Shades of Neon Blue #1F36FF
Tints of Neon Blue #1F36FF
RGB
CMYK
RGB Variations
Color information
#1F36FF (or 0x1F36FF) is known color: Neon Blue. HEX triplet: 1F, 36 and FF. RGB value is (31,54,255). Sum of RGB (Red+Green+Blue) = 31+54+255=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F36FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F36FF is #E0C900. Grayscale: #454545. Windows color (decimal): -14731521 or 16725535. OLE color: 16725535.
HSL color Cylindrical-coordinate representation of color #1F36FF: hue angle of 233.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F36FF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 54 | 255 | - |
| CMYK | 0.88 | 0.79 | 0 | 0 |
| HSL | 233.84º | 1% | 0.56% | - |
| HSV(B) | 233.84º | 0.88% | 1% | - |
| XYZ | 19.93 | 10.15 | 95.52 | - |
| YUV | 70.04 | 232.38 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 255 | 0.88 | 0.79 | 0 | 0 | 233.84 | 1 | 0.56 |
| Hex | 1F | 36 | FF | 58 | 4F | 0 | 0 | EA | 64 | 38 |
| Octal | 37 | 66 | 377 | 130 | 117 | 0 | 0 | 352 | 144 | 70 |
| Binary | 11111 | 110110 | 11111111 | 1011000 | 1001111 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #1F36FF
Complementary color
Monochromatic Colors of #1F36FF
Black with #1F36FF
Text Example
Text Example
White with #1F36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F36FF; }
p { color: rgb(31,54,255); }
H1.HeaderClassName
{
color: #1F36FF;
}
.AnyTagClassName
{
color: #1F36FF;
}
</style>
background-color css
<style>
a { background-color: #1F36FF; }
a { background-color: rgb(31,54,255); }
div.DivClassName
{
background-color: #1F36FF;
}
.BgClassName
{
background-color: #1F36FF;
}
</style>
border-color css
<style>
span { border-color: #1F36FF; }
span { border-color: rgb(31,54,255); }
td.TdClassName
{
border-color: #1F36FF;
}
.TagClassName
{
border-color: #1F36FF;
}
</style>