Shades of Neon Blue #6354FF
Tints of Neon Blue #6354FF
RGB
CMYK
RGB Variations
Color information
#6354FF (or 0x6354FF) is known color: Neon Blue. HEX triplet: 63, 54 and FF. RGB value is (99,84,255). Sum of RGB (Red+Green+Blue) = 99+84+255=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #6354FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6354FF is #9CAB00. Grayscale: #6B6B6B. Windows color (decimal): -10267393 or 16733283. OLE color: 16733283.
HSL color Cylindrical-coordinate representation of color #6354FF: hue angle of 245.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6354FF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 84 | 255 | - |
| CMYK | 0.61 | 0.67 | 0 | 0 |
| HSL | 245.26º | 1% | 0.66% | - |
| HSV(B) | 245.26º | 0.67% | 1% | - |
| XYZ | 26.37 | 16.21 | 96.35 | - |
| YUV | 107.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 255 | 0.61 | 0.67 | 0 | 0 | 245.26 | 1 | 0.66 |
| Hex | 63 | 54 | FF | 3D | 43 | 0 | 0 | F5 | 64 | 42 |
| Octal | 143 | 124 | 377 | 75 | 103 | 0 | 0 | 365 | 144 | 102 |
| Binary | 1100011 | 1010100 | 11111111 | 111101 | 1000011 | 0 | 0 | 11110101 | 1100100 | 1000010 |
Color Harmonies of #6354FF
Complementary color
Monochromatic Colors of #6354FF
Black with #6354FF
Text Example
Text Example
White with #6354FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354FF; }
p { color: rgb(99,84,255); }
H1.HeaderClassName
{
color: #6354FF;
}
.AnyTagClassName
{
color: #6354FF;
}
</style>
background-color css
<style>
a { background-color: #6354FF; }
a { background-color: rgb(99,84,255); }
div.DivClassName
{
background-color: #6354FF;
}
.BgClassName
{
background-color: #6354FF;
}
</style>
border-color css
<style>
span { border-color: #6354FF; }
span { border-color: rgb(99,84,255); }
td.TdClassName
{
border-color: #6354FF;
}
.TagClassName
{
border-color: #6354FF;
}
</style>