Shades of Neon Blue #6247FB
Tints of Neon Blue #6247FB
RGB
CMYK
RGB Variations
Color information
#6247FB (or 0x6247FB) is known color: Neon Blue. HEX triplet: 62, 47 and FB. RGB value is (98,71,251). Sum of RGB (Red+Green+Blue) = 98+71+251=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 71 (28.12% from 255 or 16.90% 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 #6247FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6247FB is #9DB804. Grayscale: #626262. Windows color (decimal): -10336261 or 16467810. OLE color: 16467810.
HSL color Cylindrical-coordinate representation of color #6247FB: hue angle of 249º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6247FB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 71 | 251 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.02 |
| HSL | 249º | 0.96% | 0.63% | - |
| HSV(B) | 249º | 0.72% | 0.98% | - |
| XYZ | 24.7 | 14.07 | 92.68 | - |
| YUV | 99.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 251 | 0.61 | 0.72 | 0 | 0.02 | 249 | 0.96 | 0.63 |
| Hex | 62 | 47 | FB | 3D | 48 | 0 | 2 | F9 | 60 | 3F |
| Octal | 142 | 107 | 373 | 75 | 110 | 0 | 2 | 371 | 140 | 77 |
| Binary | 1100010 | 1000111 | 11111011 | 111101 | 1001000 | 0 | 10 | 11111001 | 1100000 | 111111 |
Color Harmonies of #6247FB
Complementary color
Monochromatic Colors of #6247FB
Black with #6247FB
Text Example
Text Example
White with #6247FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6247FB; }
p { color: rgb(98,71,251); }
H1.HeaderClassName
{
color: #6247FB;
}
.AnyTagClassName
{
color: #6247FB;
}
</style>
background-color css
<style>
a { background-color: #6247FB; }
a { background-color: rgb(98,71,251); }
div.DivClassName
{
background-color: #6247FB;
}
.BgClassName
{
background-color: #6247FB;
}
</style>
border-color css
<style>
span { border-color: #6247FB; }
span { border-color: rgb(98,71,251); }
td.TdClassName
{
border-color: #6247FB;
}
.TagClassName
{
border-color: #6247FB;
}
</style>