Shades of Neon Blue #6266FE
Tints of Neon Blue #6266FE
RGB
CMYK
RGB Variations
Color information
#6266FE (or 0x6266FE) is known color: Neon Blue. HEX triplet: 62, 66 and FE. RGB value is (98,102,254). Sum of RGB (Red+Green+Blue) = 98+102+254=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6266FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266FE is #9D9901. Grayscale: #757575. Windows color (decimal): -10328322 or 16672354. OLE color: 16672354.
HSL color Cylindrical-coordinate representation of color #6266FE: hue angle of 238.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6266FE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 102 | 254 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.00 |
| HSL | 238.46º | 0.99% | 0.69% | - |
| HSV(B) | 238.46º | 0.61% | 1% | - |
| XYZ | 27.68 | 19.26 | 96.02 | - |
| YUV | 118.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 254 | 0.61 | 0.60 | 0 | 0.00 | 238.46 | 0.99 | 0.69 |
| Hex | 62 | 66 | FE | 3D | 3C | 0 | 0 | EE | 63 | 45 |
| Octal | 142 | 146 | 376 | 75 | 74 | 0 | 0 | 356 | 143 | 105 |
| Binary | 1100010 | 1100110 | 11111110 | 111101 | 111100 | 0 | 0 | 11101110 | 1100011 | 1000101 |
Color Harmonies of #6266FE
Complementary color
Monochromatic Colors of #6266FE
Black with #6266FE
Text Example
Text Example
White with #6266FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266FE; }
p { color: rgb(98,102,254); }
H1.HeaderClassName
{
color: #6266FE;
}
.AnyTagClassName
{
color: #6266FE;
}
</style>
background-color css
<style>
a { background-color: #6266FE; }
a { background-color: rgb(98,102,254); }
div.DivClassName
{
background-color: #6266FE;
}
.BgClassName
{
background-color: #6266FE;
}
</style>
border-color css
<style>
span { border-color: #6266FE; }
span { border-color: rgb(98,102,254); }
td.TdClassName
{
border-color: #6266FE;
}
.TagClassName
{
border-color: #6266FE;
}
</style>