Shades of Neon Blue #3F45F1
Tints of Neon Blue #3F45F1
RGB
CMYK
RGB Variations
Color information
#3F45F1 (or 0x3F45F1) is known color: Neon Blue. HEX triplet: 3F, 45 and F1. RGB value is (63,69,241). Sum of RGB (Red+Green+Blue) = 63+69+241=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F45F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F45F1 is #C0BA0E. Grayscale: #565656. Windows color (decimal): -12630543 or 15811903. OLE color: 15811903.
HSL color Cylindrical-coordinate representation of color #3F45F1: hue angle of 237.98º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F45F1 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 69 | 241 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.05 |
| HSL | 237.98º | 0.86% | 0.6% | - |
| HSV(B) | 237.98º | 0.74% | 0.95% | - |
| XYZ | 20.06 | 11.66 | 84.41 | - |
| YUV | 86.81 | 215.01 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 241 | 0.74 | 0.71 | 0 | 0.05 | 237.98 | 0.86 | 0.6 |
| Hex | 3F | 45 | F1 | 4A | 47 | 0 | 5 | EE | 56 | 3C |
| Octal | 77 | 105 | 361 | 112 | 107 | 0 | 5 | 356 | 126 | 74 |
| Binary | 111111 | 1000101 | 11110001 | 1001010 | 1000111 | 0 | 101 | 11101110 | 1010110 | 111100 |
Color Harmonies of #3F45F1
Complementary color
Monochromatic Colors of #3F45F1
Black with #3F45F1
Text Example
Text Example
White with #3F45F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F45F1; }
p { color: rgb(63,69,241); }
H1.HeaderClassName
{
color: #3F45F1;
}
.AnyTagClassName
{
color: #3F45F1;
}
</style>
background-color css
<style>
a { background-color: #3F45F1; }
a { background-color: rgb(63,69,241); }
div.DivClassName
{
background-color: #3F45F1;
}
.BgClassName
{
background-color: #3F45F1;
}
</style>
border-color css
<style>
span { border-color: #3F45F1; }
span { border-color: rgb(63,69,241); }
td.TdClassName
{
border-color: #3F45F1;
}
.TagClassName
{
border-color: #3F45F1;
}
</style>