Shades of Neon Blue #6343FE
Tints of Neon Blue #6343FE
RGB
CMYK
RGB Variations
Color information
#6343FE (or 0x6343FE) is known color: Neon Blue. HEX triplet: 63, 43 and FE. RGB value is (99,67,254). Sum of RGB (Red+Green+Blue) = 99+67+254=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #6343FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6343FE is #9CBC01. Grayscale: #616161. Windows color (decimal): -10271746 or 16663395. OLE color: 16663395.
HSL color Cylindrical-coordinate representation of color #6343FE: hue angle of 250.27º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6343FE is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 67 | 254 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.00 |
| HSL | 250.27º | 0.99% | 0.63% | - |
| HSV(B) | 250.27º | 0.74% | 1% | - |
| XYZ | 25.04 | 13.82 | 95.11 | - |
| YUV | 97.89 | 216.1 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 254 | 0.61 | 0.74 | 0 | 0.00 | 250.27 | 0.99 | 0.63 |
| Hex | 63 | 43 | FE | 3D | 4A | 0 | 0 | FA | 63 | 3F |
| Octal | 143 | 103 | 376 | 75 | 112 | 0 | 0 | 372 | 143 | 77 |
| Binary | 1100011 | 1000011 | 11111110 | 111101 | 1001010 | 0 | 0 | 11111010 | 1100011 | 111111 |
Color Harmonies of #6343FE
Complementary color
Monochromatic Colors of #6343FE
Black with #6343FE
Text Example
Text Example
White with #6343FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343FE; }
p { color: rgb(99,67,254); }
H1.HeaderClassName
{
color: #6343FE;
}
.AnyTagClassName
{
color: #6343FE;
}
</style>
background-color css
<style>
a { background-color: #6343FE; }
a { background-color: rgb(99,67,254); }
div.DivClassName
{
background-color: #6343FE;
}
.BgClassName
{
background-color: #6343FE;
}
</style>
border-color css
<style>
span { border-color: #6343FE; }
span { border-color: rgb(99,67,254); }
td.TdClassName
{
border-color: #6343FE;
}
.TagClassName
{
border-color: #6343FE;
}
</style>