Shades of Neon Blue #6441FB
Tints of Neon Blue #6441FB
RGB
CMYK
RGB Variations
Color information
#6441FB (or 0x6441FB) is known color: Neon Blue. HEX triplet: 64, 41 and FB. RGB value is (100,65,251). Sum of RGB (Red+Green+Blue) = 100+65+251=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #6441FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441FB is #9BBE04. Grayscale: #5F5F5F. Windows color (decimal): -10206725 or 16466276. OLE color: 16466276.
HSL color Cylindrical-coordinate representation of color #6441FB: hue angle of 251.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6441FB is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 65 | 251 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.02 |
| HSL | 251.29º | 0.96% | 0.62% | - |
| HSV(B) | 251.29º | 0.74% | 0.98% | - |
| XYZ | 24.56 | 13.45 | 92.57 | - |
| YUV | 96.67 | 215.1 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 251 | 0.60 | 0.74 | 0 | 0.02 | 251.29 | 0.96 | 0.62 |
| Hex | 64 | 41 | FB | 3C | 4A | 0 | 2 | FB | 60 | 3E |
| Octal | 144 | 101 | 373 | 74 | 112 | 0 | 2 | 373 | 140 | 76 |
| Binary | 1100100 | 1000001 | 11111011 | 111100 | 1001010 | 0 | 10 | 11111011 | 1100000 | 111110 |
Color Harmonies of #6441FB
Complementary color
Monochromatic Colors of #6441FB
Black with #6441FB
Text Example
Text Example
White with #6441FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6441FB; }
p { color: rgb(100,65,251); }
H1.HeaderClassName
{
color: #6441FB;
}
.AnyTagClassName
{
color: #6441FB;
}
</style>
background-color css
<style>
a { background-color: #6441FB; }
a { background-color: rgb(100,65,251); }
div.DivClassName
{
background-color: #6441FB;
}
.BgClassName
{
background-color: #6441FB;
}
</style>
border-color css
<style>
span { border-color: #6441FB; }
span { border-color: rgb(100,65,251); }
td.TdClassName
{
border-color: #6441FB;
}
.TagClassName
{
border-color: #6441FB;
}
</style>