Shades of Neon Blue #6347EA
Tints of Neon Blue #6347EA
RGB
CMYK
RGB Variations
Color information
#6347EA (or 0x6347EA) is known color: Neon Blue. HEX triplet: 63, 47 and EA. RGB value is (99,71,234). Sum of RGB (Red+Green+Blue) = 99+71+234=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #6347EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6347EA is #9CB815. Grayscale: #616161. Windows color (decimal): -10270742 or 15353699. OLE color: 15353699.
HSL color Cylindrical-coordinate representation of color #6347EA: hue angle of 250.31º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6347EA is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 71 | 234 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.08 |
| HSL | 250.31º | 0.8% | 0.6% | - |
| HSV(B) | 250.31º | 0.7% | 0.92% | - |
| XYZ | 22.25 | 13.1 | 79.2 | - |
| YUV | 97.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 234 | 0.58 | 0.70 | 0 | 0.08 | 250.31 | 0.8 | 0.6 |
| Hex | 63 | 47 | EA | 3A | 46 | 0 | 8 | FA | 50 | 3C |
| Octal | 143 | 107 | 352 | 72 | 106 | 0 | 10 | 372 | 120 | 74 |
| Binary | 1100011 | 1000111 | 11101010 | 111010 | 1000110 | 0 | 1000 | 11111010 | 1010000 | 111100 |
Color Harmonies of #6347EA
Complementary color
Monochromatic Colors of #6347EA
Black with #6347EA
Text Example
Text Example
White with #6347EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6347EA; }
p { color: rgb(99,71,234); }
H1.HeaderClassName
{
color: #6347EA;
}
.AnyTagClassName
{
color: #6347EA;
}
</style>
background-color css
<style>
a { background-color: #6347EA; }
a { background-color: rgb(99,71,234); }
div.DivClassName
{
background-color: #6347EA;
}
.BgClassName
{
background-color: #6347EA;
}
</style>
border-color css
<style>
span { border-color: #6347EA; }
span { border-color: rgb(99,71,234); }
td.TdClassName
{
border-color: #6347EA;
}
.TagClassName
{
border-color: #6347EA;
}
</style>