Shades of Neon Blue #6345FE
Tints of Neon Blue #6345FE
RGB
CMYK
RGB Variations
Color information
#6345FE (or 0x6345FE) is known color: Neon Blue. HEX triplet: 63, 45 and FE. RGB value is (99,69,254). Sum of RGB (Red+Green+Blue) = 99+69+254=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #6345FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6345FE is #9CBA01. Grayscale: #626262. Windows color (decimal): -10271234 or 16663907. OLE color: 16663907.
HSL color Cylindrical-coordinate representation of color #6345FE: hue angle of 249.73º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6345FE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 69 | 254 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.00 |
| HSL | 249.73º | 0.99% | 0.63% | - |
| HSV(B) | 249.73º | 0.73% | 1% | - |
| XYZ | 25.16 | 14.06 | 95.15 | - |
| YUV | 99.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 254 | 0.61 | 0.73 | 0 | 0.00 | 249.73 | 0.99 | 0.63 |
| Hex | 63 | 45 | FE | 3D | 49 | 0 | 0 | FA | 63 | 3F |
| Octal | 143 | 105 | 376 | 75 | 111 | 0 | 0 | 372 | 143 | 77 |
| Binary | 1100011 | 1000101 | 11111110 | 111101 | 1001001 | 0 | 0 | 11111010 | 1100011 | 111111 |
Color Harmonies of #6345FE
Complementary color
Monochromatic Colors of #6345FE
Black with #6345FE
Text Example
Text Example
White with #6345FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6345FE; }
p { color: rgb(99,69,254); }
H1.HeaderClassName
{
color: #6345FE;
}
.AnyTagClassName
{
color: #6345FE;
}
</style>
background-color css
<style>
a { background-color: #6345FE; }
a { background-color: rgb(99,69,254); }
div.DivClassName
{
background-color: #6345FE;
}
.BgClassName
{
background-color: #6345FE;
}
</style>
border-color css
<style>
span { border-color: #6345FE; }
span { border-color: rgb(99,69,254); }
td.TdClassName
{
border-color: #6345FE;
}
.TagClassName
{
border-color: #6345FE;
}
</style>