Shades of Neon Blue #6265FE
Tints of Neon Blue #6265FE
RGB
CMYK
RGB Variations
Color information
#6265FE (or 0x6265FE) is known color: Neon Blue. HEX triplet: 62, 65 and FE. RGB value is (98,101,254). Sum of RGB (Red+Green+Blue) = 98+101+254=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6265FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6265FE is #9D9A01. Grayscale: #747474. Windows color (decimal): -10328578 or 16672098. OLE color: 16672098.
HSL color Cylindrical-coordinate representation of color #6265FE: hue angle of 238.85º 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 #6265FE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 101 | 254 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.00 |
| HSL | 238.85º | 0.99% | 0.69% | - |
| HSV(B) | 238.85º | 0.61% | 1% | - |
| XYZ | 27.58 | 19.06 | 95.99 | - |
| YUV | 117.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 254 | 0.61 | 0.60 | 0 | 0.00 | 238.85 | 0.99 | 0.69 |
| Hex | 62 | 65 | FE | 3D | 3C | 0 | 0 | EF | 63 | 45 |
| Octal | 142 | 145 | 376 | 75 | 74 | 0 | 0 | 357 | 143 | 105 |
| Binary | 1100010 | 1100101 | 11111110 | 111101 | 111100 | 0 | 0 | 11101111 | 1100011 | 1000101 |
Color Harmonies of #6265FE
Complementary color
Monochromatic Colors of #6265FE
Black with #6265FE
Text Example
Text Example
White with #6265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6265FE; }
p { color: rgb(98,101,254); }
H1.HeaderClassName
{
color: #6265FE;
}
.AnyTagClassName
{
color: #6265FE;
}
</style>
background-color css
<style>
a { background-color: #6265FE; }
a { background-color: rgb(98,101,254); }
div.DivClassName
{
background-color: #6265FE;
}
.BgClassName
{
background-color: #6265FE;
}
</style>
border-color css
<style>
span { border-color: #6265FE; }
span { border-color: rgb(98,101,254); }
td.TdClassName
{
border-color: #6265FE;
}
.TagClassName
{
border-color: #6265FE;
}
</style>