Shades of Neon Blue #413FFB
Tints of Neon Blue #413FFB
RGB
CMYK
RGB Variations
Color information
#413FFB (or 0x413FFB) is known color: Neon Blue. HEX triplet: 41, 3F and FB. RGB value is (65,63,251). Sum of RGB (Red+Green+Blue) = 65+63+251=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #413FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FFB is #BEC004. Grayscale: #545454. Windows color (decimal): -12500997 or 16465729. OLE color: 16465729.
HSL color Cylindrical-coordinate representation of color #413FFB: hue angle of 240.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413FFB is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 63 | 251 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.02 |
| HSL | 240.64º | 0.96% | 0.62% | - |
| HSV(B) | 240.64º | 0.75% | 0.98% | - |
| XYZ | 21.37 | 11.64 | 92.39 | - |
| YUV | 85.03 | 221.66 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 251 | 0.74 | 0.75 | 0 | 0.02 | 240.64 | 0.96 | 0.62 |
| Hex | 41 | 3F | FB | 4A | 4B | 0 | 2 | F1 | 60 | 3E |
| Octal | 101 | 77 | 373 | 112 | 113 | 0 | 2 | 361 | 140 | 76 |
| Binary | 1000001 | 111111 | 11111011 | 1001010 | 1001011 | 0 | 10 | 11110001 | 1100000 | 111110 |
Color Harmonies of #413FFB
Complementary color
Monochromatic Colors of #413FFB
Black with #413FFB
Text Example
Text Example
White with #413FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FFB; }
p { color: rgb(65,63,251); }
H1.HeaderClassName
{
color: #413FFB;
}
.AnyTagClassName
{
color: #413FFB;
}
</style>
background-color css
<style>
a { background-color: #413FFB; }
a { background-color: rgb(65,63,251); }
div.DivClassName
{
background-color: #413FFB;
}
.BgClassName
{
background-color: #413FFB;
}
</style>
border-color css
<style>
span { border-color: #413FFB; }
span { border-color: rgb(65,63,251); }
td.TdClassName
{
border-color: #413FFB;
}
.TagClassName
{
border-color: #413FFB;
}
</style>