Shades of Neon Blue #6347FA
Tints of Neon Blue #6347FA
RGB
CMYK
RGB Variations
Color information
#6347FA (or 0x6347FA) is known color: Neon Blue. HEX triplet: 63, 47 and FA. RGB value is (99,71,250). Sum of RGB (Red+Green+Blue) = 99+71+250=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #6347FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6347FA is #9CB805. Grayscale: #636363. Windows color (decimal): -10270726 or 16402275. OLE color: 16402275.
HSL color Cylindrical-coordinate representation of color #6347FA: hue angle of 249.39º degrees, saturation: 0.95, 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 #6347FA is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 71 | 250 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.02 |
| HSL | 249.39º | 0.95% | 0.63% | - |
| HSV(B) | 249.39º | 0.72% | 0.98% | - |
| XYZ | 24.65 | 14.06 | 91.86 | - |
| YUV | 99.78 | 212.78 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 250 | 0.60 | 0.72 | 0 | 0.02 | 249.39 | 0.95 | 0.63 |
| Hex | 63 | 47 | FA | 3C | 48 | 0 | 2 | F9 | 5F | 3F |
| Octal | 143 | 107 | 372 | 74 | 110 | 0 | 2 | 371 | 137 | 77 |
| Binary | 1100011 | 1000111 | 11111010 | 111100 | 1001000 | 0 | 10 | 11111001 | 1011111 | 111111 |
Color Harmonies of #6347FA
Complementary color
Monochromatic Colors of #6347FA
Black with #6347FA
Text Example
Text Example
White with #6347FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6347FA; }
p { color: rgb(99,71,250); }
H1.HeaderClassName
{
color: #6347FA;
}
.AnyTagClassName
{
color: #6347FA;
}
</style>
background-color css
<style>
a { background-color: #6347FA; }
a { background-color: rgb(99,71,250); }
div.DivClassName
{
background-color: #6347FA;
}
.BgClassName
{
background-color: #6347FA;
}
</style>
border-color css
<style>
span { border-color: #6347FA; }
span { border-color: rgb(99,71,250); }
td.TdClassName
{
border-color: #6347FA;
}
.TagClassName
{
border-color: #6347FA;
}
</style>