Shades of Neon Blue #3F32F9
Tints of Neon Blue #3F32F9
RGB
CMYK
RGB Variations
Color information
#3F32F9 (or 0x3F32F9) is known color: Neon Blue. HEX triplet: 3F, 32 and F9. RGB value is (63,50,249). Sum of RGB (Red+Green+Blue) = 63+50+249=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F32F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F32F9 is #C0CD06. Grayscale: #4B4B4B. Windows color (decimal): -12635399 or 16331327. OLE color: 16331327.
HSL color Cylindrical-coordinate representation of color #3F32F9: hue angle of 243.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F32F9 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 50 | 249 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.02 |
| HSL | 243.92º | 0.94% | 0.59% | - |
| HSV(B) | 243.92º | 0.8% | 0.98% | - |
| XYZ | 20.29 | 10.18 | 90.52 | - |
| YUV | 76.57 | 225.31 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 249 | 0.75 | 0.80 | 0 | 0.02 | 243.92 | 0.94 | 0.59 |
| Hex | 3F | 32 | F9 | 4B | 50 | 0 | 2 | F4 | 5E | 3B |
| Octal | 77 | 62 | 371 | 113 | 120 | 0 | 2 | 364 | 136 | 73 |
| Binary | 111111 | 110010 | 11111001 | 1001011 | 1010000 | 0 | 10 | 11110100 | 1011110 | 111011 |
Color Harmonies of #3F32F9
Complementary color
Monochromatic Colors of #3F32F9
Black with #3F32F9
Text Example
Text Example
White with #3F32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32F9; }
p { color: rgb(63,50,249); }
H1.HeaderClassName
{
color: #3F32F9;
}
.AnyTagClassName
{
color: #3F32F9;
}
</style>
background-color css
<style>
a { background-color: #3F32F9; }
a { background-color: rgb(63,50,249); }
div.DivClassName
{
background-color: #3F32F9;
}
.BgClassName
{
background-color: #3F32F9;
}
</style>
border-color css
<style>
span { border-color: #3F32F9; }
span { border-color: rgb(63,50,249); }
td.TdClassName
{
border-color: #3F32F9;
}
.TagClassName
{
border-color: #3F32F9;
}
</style>