Shades of Neon Blue #6355FA
Tints of Neon Blue #6355FA
RGB
CMYK
RGB Variations
Color information
#6355FA (or 0x6355FA) is known color: Neon Blue. HEX triplet: 63, 55 and FA. RGB value is (99,85,250). Sum of RGB (Red+Green+Blue) = 99+85+250=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #6355FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FA is #9CAA05. Grayscale: #6B6B6B. Windows color (decimal): -10267142 or 16405859. OLE color: 16405859.
HSL color Cylindrical-coordinate representation of color #6355FA: hue angle of 245.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6355FA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 85 | 250 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.02 |
| HSL | 245.09º | 0.94% | 0.66% | - |
| HSV(B) | 245.09º | 0.66% | 0.98% | - |
| XYZ | 25.65 | 16.05 | 92.19 | - |
| YUV | 108 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 250 | 0.60 | 0.66 | 0 | 0.02 | 245.09 | 0.94 | 0.66 |
| Hex | 63 | 55 | FA | 3C | 42 | 0 | 2 | F5 | 5E | 42 |
| Octal | 143 | 125 | 372 | 74 | 102 | 0 | 2 | 365 | 136 | 102 |
| Binary | 1100011 | 1010101 | 11111010 | 111100 | 1000010 | 0 | 10 | 11110101 | 1011110 | 1000010 |
Color Harmonies of #6355FA
Complementary color
Monochromatic Colors of #6355FA
Black with #6355FA
Text Example
Text Example
White with #6355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355FA; }
p { color: rgb(99,85,250); }
H1.HeaderClassName
{
color: #6355FA;
}
.AnyTagClassName
{
color: #6355FA;
}
</style>
background-color css
<style>
a { background-color: #6355FA; }
a { background-color: rgb(99,85,250); }
div.DivClassName
{
background-color: #6355FA;
}
.BgClassName
{
background-color: #6355FA;
}
</style>
border-color css
<style>
span { border-color: #6355FA; }
span { border-color: rgb(99,85,250); }
td.TdClassName
{
border-color: #6355FA;
}
.TagClassName
{
border-color: #6355FA;
}
</style>