Shades of Neon Blue #6354FE
Tints of Neon Blue #6354FE
RGB
CMYK
RGB Variations
Color information
#6354FE (or 0x6354FE) is known color: Neon Blue. HEX triplet: 63, 54 and FE. RGB value is (99,84,254). Sum of RGB (Red+Green+Blue) = 99+84+254=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #6354FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6354FE is #9CAB01. Grayscale: #6B6B6B. Windows color (decimal): -10267394 or 16667747. OLE color: 16667747.
HSL color Cylindrical-coordinate representation of color #6354FE: hue angle of 245.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6354FE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 84 | 254 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.00 |
| HSL | 245.29º | 0.99% | 0.66% | - |
| HSV(B) | 245.29º | 0.67% | 1% | - |
| XYZ | 26.21 | 16.15 | 95.5 | - |
| YUV | 107.87 | 210.47 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 254 | 0.61 | 0.67 | 0 | 0.00 | 245.29 | 0.99 | 0.66 |
| Hex | 63 | 54 | FE | 3D | 43 | 0 | 0 | F5 | 63 | 42 |
| Octal | 143 | 124 | 376 | 75 | 103 | 0 | 0 | 365 | 143 | 102 |
| Binary | 1100011 | 1010100 | 11111110 | 111101 | 1000011 | 0 | 0 | 11110101 | 1100011 | 1000010 |
Color Harmonies of #6354FE
Complementary color
Monochromatic Colors of #6354FE
Black with #6354FE
Text Example
Text Example
White with #6354FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354FE; }
p { color: rgb(99,84,254); }
H1.HeaderClassName
{
color: #6354FE;
}
.AnyTagClassName
{
color: #6354FE;
}
</style>
background-color css
<style>
a { background-color: #6354FE; }
a { background-color: rgb(99,84,254); }
div.DivClassName
{
background-color: #6354FE;
}
.BgClassName
{
background-color: #6354FE;
}
</style>
border-color css
<style>
span { border-color: #6354FE; }
span { border-color: rgb(99,84,254); }
td.TdClassName
{
border-color: #6354FE;
}
.TagClassName
{
border-color: #6354FE;
}
</style>