Shades of Neon Blue #6355FE
Tints of Neon Blue #6355FE
RGB
CMYK
RGB Variations
Color information
#6355FE (or 0x6355FE) is known color: Neon Blue. HEX triplet: 63, 55 and FE. RGB value is (99,85,254). Sum of RGB (Red+Green+Blue) = 99+85+254=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #6355FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FE is #9CAA01. Grayscale: #6B6B6B. Windows color (decimal): -10267138 or 16668003. OLE color: 16668003.
HSL color Cylindrical-coordinate representation of color #6355FE: hue angle of 244.97º 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 #6355FE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 85 | 254 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.00 |
| HSL | 244.97º | 0.99% | 0.66% | - |
| HSV(B) | 244.97º | 0.67% | 1% | - |
| XYZ | 26.28 | 16.31 | 95.53 | - |
| YUV | 108.45 | 210.14 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 254 | 0.61 | 0.67 | 0 | 0.00 | 244.97 | 0.99 | 0.66 |
| Hex | 63 | 55 | FE | 3D | 43 | 0 | 0 | F5 | 63 | 42 |
| Octal | 143 | 125 | 376 | 75 | 103 | 0 | 0 | 365 | 143 | 102 |
| Binary | 1100011 | 1010101 | 11111110 | 111101 | 1000011 | 0 | 0 | 11110101 | 1100011 | 1000010 |
Color Harmonies of #6355FE
Complementary color
Monochromatic Colors of #6355FE
Black with #6355FE
Text Example
Text Example
White with #6355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355FE; }
p { color: rgb(99,85,254); }
H1.HeaderClassName
{
color: #6355FE;
}
.AnyTagClassName
{
color: #6355FE;
}
</style>
background-color css
<style>
a { background-color: #6355FE; }
a { background-color: rgb(99,85,254); }
div.DivClassName
{
background-color: #6355FE;
}
.BgClassName
{
background-color: #6355FE;
}
</style>
border-color css
<style>
span { border-color: #6355FE; }
span { border-color: rgb(99,85,254); }
td.TdClassName
{
border-color: #6355FE;
}
.TagClassName
{
border-color: #6355FE;
}
</style>