#625FFE

Color #625FFE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #625FFE

Tints of Neon Blue #625FFE

Color information

#625FFE (or 0x625FFE) is unknown color: approx Neon Blue. HEX triplet: 62, 5F and FE. RGB value is (98,95,254). Sum of RGB (Red+Green+Blue) = 98+95+254=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #625FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625FFE is #9DA001. Grayscale: #717171. Windows color (decimal): -10330114 or 16670562. OLE color: 16670562.

HSL color Cylindrical-coordinate representation of color #625FFE: hue angle of 241.13º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #625FFE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9895254-
CMYK0.610.6300.00
HSL241.13º98.76%68.43%-
HSV(B)241.13º62.6%99.61%-
XYZ27.0217.9495.8-
YUV114.02206.99116.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 21.92%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=21.92%
G=21.25%
B=56.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal98952540.610.6300.00241.1398.7668.43
Hex625FFE3D3F00f16344
Octal142137376757700361143104
Binary1100010101111111111110111101111111001111000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625FFE; }

 p { color: rgb(98,95,254); }

 H1.HeaderClassName
 {
   color: #625FFE;
 }
 .AnyTagClassName
 {
   color: #625FFE;
 }
</style>
background-color css

<style>
 a { background-color: #625FFE; }

 a { background-color: rgb(98,95,254); }

 div.DivClassName
 {
   background-color: #625FFE;
 }
 .BgClassName
 {
   background-color: #625FFE;
 }
</style>
border-color css

<style>
 span { border-color: #625FFE; }

 span { border-color: rgb(98,95,254); }

 td.TdClassName
 {
   border-color: #625FFE;
 }
 .TagClassName
 {
   border-color: #625FFE;
 }
</style>