Shades of Neon Blue #6255FE
Tints of Neon Blue #6255FE
RGB
CMYK
RGB Variations
Color information
#6255FE (or 0x6255FE) is known color: Neon Blue. HEX triplet: 62, 55 and FE. RGB value is (98,85,254). Sum of RGB (Red+Green+Blue) = 98+85+254=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 85 (33.59% from 255 or 19.45% 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 #6255FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255FE is #9DAA01. Grayscale: #6B6B6B. Windows color (decimal): -10332674 or 16668002. OLE color: 16668002.
HSL color Cylindrical-coordinate representation of color #6255FE: hue angle of 244.62º 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 #6255FE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 85 | 254 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.00 |
| HSL | 244.62º | 0.99% | 0.66% | - |
| HSV(B) | 244.62º | 0.67% | 1% | - |
| XYZ | 26.17 | 16.25 | 95.52 | - |
| YUV | 108.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 254 | 0.61 | 0.67 | 0 | 0.00 | 244.62 | 0.99 | 0.66 |
| Hex | 62 | 55 | FE | 3D | 43 | 0 | 0 | F5 | 63 | 42 |
| Octal | 142 | 125 | 376 | 75 | 103 | 0 | 0 | 365 | 143 | 102 |
| Binary | 1100010 | 1010101 | 11111110 | 111101 | 1000011 | 0 | 0 | 11110101 | 1100011 | 1000010 |
Color Harmonies of #6255FE
Complementary color
Monochromatic Colors of #6255FE
Black with #6255FE
Text Example
Text Example
White with #6255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255FE; }
p { color: rgb(98,85,254); }
H1.HeaderClassName
{
color: #6255FE;
}
.AnyTagClassName
{
color: #6255FE;
}
</style>
background-color css
<style>
a { background-color: #6255FE; }
a { background-color: rgb(98,85,254); }
div.DivClassName
{
background-color: #6255FE;
}
.BgClassName
{
background-color: #6255FE;
}
</style>
border-color css
<style>
span { border-color: #6255FE; }
span { border-color: rgb(98,85,254); }
td.TdClassName
{
border-color: #6255FE;
}
.TagClassName
{
border-color: #6255FE;
}
</style>