Shades of Neon Blue #6544FB
Tints of Neon Blue #6544FB
RGB
CMYK
RGB Variations
Color information
#6544FB (or 0x6544FB) is known color: Neon Blue. HEX triplet: 65, 44 and FB. RGB value is (101,68,251). Sum of RGB (Red+Green+Blue) = 101+68+251=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #6544FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6544FB is #9ABB04. Grayscale: #626262. Windows color (decimal): -10140421 or 16467045. OLE color: 16467045.
HSL color Cylindrical-coordinate representation of color #6544FB: hue angle of 250.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6544FB is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 68 | 251 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.02 |
| HSL | 250.82º | 0.96% | 0.63% | - |
| HSV(B) | 250.82º | 0.73% | 0.98% | - |
| XYZ | 24.85 | 13.87 | 92.63 | - |
| YUV | 98.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 251 | 0.60 | 0.73 | 0 | 0.02 | 250.82 | 0.96 | 0.63 |
| Hex | 65 | 44 | FB | 3C | 49 | 0 | 2 | FB | 60 | 3F |
| Octal | 145 | 104 | 373 | 74 | 111 | 0 | 2 | 373 | 140 | 77 |
| Binary | 1100101 | 1000100 | 11111011 | 111100 | 1001001 | 0 | 10 | 11111011 | 1100000 | 111111 |
Color Harmonies of #6544FB
Complementary color
Monochromatic Colors of #6544FB
Black with #6544FB
Text Example
Text Example
White with #6544FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6544FB; }
p { color: rgb(101,68,251); }
H1.HeaderClassName
{
color: #6544FB;
}
.AnyTagClassName
{
color: #6544FB;
}
</style>
background-color css
<style>
a { background-color: #6544FB; }
a { background-color: rgb(101,68,251); }
div.DivClassName
{
background-color: #6544FB;
}
.BgClassName
{
background-color: #6544FB;
}
</style>
border-color css
<style>
span { border-color: #6544FB; }
span { border-color: rgb(101,68,251); }
td.TdClassName
{
border-color: #6544FB;
}
.TagClassName
{
border-color: #6544FB;
}
</style>