Shades of Neon Blue #1F3DF3
Tints of Neon Blue #1F3DF3
RGB
CMYK
RGB Variations
Color information
#1F3DF3 (or 0x1F3DF3) is known color: Neon Blue. HEX triplet: 1F, 3D and F3. RGB value is (31,61,243). Sum of RGB (Red+Green+Blue) = 31+61+243=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 243 (95.31% from 255 or 72.54% from 335); Max value from RGB is 243 - color contains mainly: blue. Hex color #1F3DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3DF3 is #E0C20C. Grayscale: #484848. Windows color (decimal): -14729741 or 15940895. OLE color: 15940895.
HSL color Cylindrical-coordinate representation of color #1F3DF3: hue angle of 231.51º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3DF3 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 61 | 243 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.05 |
| HSL | 231.51º | 0.9% | 0.54% | - |
| HSV(B) | 231.51º | 0.87% | 0.95% | - |
| XYZ | 18.41 | 10.1 | 85.77 | - |
| YUV | 72.78 | 224.06 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 243 | 0.87 | 0.75 | 0 | 0.05 | 231.51 | 0.9 | 0.54 |
| Hex | 1F | 3D | F3 | 57 | 4B | 0 | 5 | E8 | 5A | 36 |
| Octal | 37 | 75 | 363 | 127 | 113 | 0 | 5 | 350 | 132 | 66 |
| Binary | 11111 | 111101 | 11110011 | 1010111 | 1001011 | 0 | 101 | 11101000 | 1011010 | 110110 |
Color Harmonies of #1F3DF3
Complementary color
Monochromatic Colors of #1F3DF3
Black with #1F3DF3
Text Example
Text Example
White with #1F3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DF3; }
p { color: rgb(31,61,243); }
H1.HeaderClassName
{
color: #1F3DF3;
}
.AnyTagClassName
{
color: #1F3DF3;
}
</style>
background-color css
<style>
a { background-color: #1F3DF3; }
a { background-color: rgb(31,61,243); }
div.DivClassName
{
background-color: #1F3DF3;
}
.BgClassName
{
background-color: #1F3DF3;
}
</style>
border-color css
<style>
span { border-color: #1F3DF3; }
span { border-color: rgb(31,61,243); }
td.TdClassName
{
border-color: #1F3DF3;
}
.TagClassName
{
border-color: #1F3DF3;
}
</style>