Shades of Neon Blue #1F38FF
Tints of Neon Blue #1F38FF
RGB
CMYK
RGB Variations
Color information
#1F38FF (or 0x1F38FF) is known color: Neon Blue. HEX triplet: 1F, 38 and FF. RGB value is (31,56,255). Sum of RGB (Red+Green+Blue) = 31+56+255=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F38FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F38FF is #E0C700. Grayscale: #464646. Windows color (decimal): -14731009 or 16726047. OLE color: 16726047.
HSL color Cylindrical-coordinate representation of color #1F38FF: hue angle of 233.3º 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 #1F38FF is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 56 | 255 | - |
| CMYK | 0.88 | 0.78 | 0 | 0 |
| HSL | 233.3º | 1% | 0.56% | - |
| HSV(B) | 233.3º | 0.88% | 1% | - |
| XYZ | 20.03 | 10.34 | 95.55 | - |
| YUV | 71.21 | 231.72 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 255 | 0.88 | 0.78 | 0 | 0 | 233.3 | 1 | 0.56 |
| Hex | 1F | 38 | FF | 58 | 4E | 0 | 0 | E9 | 64 | 38 |
| Octal | 37 | 70 | 377 | 130 | 116 | 0 | 0 | 351 | 144 | 70 |
| Binary | 11111 | 111000 | 11111111 | 1011000 | 1001110 | 0 | 0 | 11101001 | 1100100 | 111000 |
Color Harmonies of #1F38FF
Complementary color
Monochromatic Colors of #1F38FF
Black with #1F38FF
Text Example
Text Example
White with #1F38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F38FF; }
p { color: rgb(31,56,255); }
H1.HeaderClassName
{
color: #1F38FF;
}
.AnyTagClassName
{
color: #1F38FF;
}
</style>
background-color css
<style>
a { background-color: #1F38FF; }
a { background-color: rgb(31,56,255); }
div.DivClassName
{
background-color: #1F38FF;
}
.BgClassName
{
background-color: #1F38FF;
}
</style>
border-color css
<style>
span { border-color: #1F38FF; }
span { border-color: rgb(31,56,255); }
td.TdClassName
{
border-color: #1F38FF;
}
.TagClassName
{
border-color: #1F38FF;
}
</style>