#625eff

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

Shades of Neon Blue #625EFF

Tints of Neon Blue #625EFF

Color information

#625EFF (or 0x625EFF) is unknown color: approx Neon Blue. HEX triplet: 62, 5E and FF. RGB value is (98,94,255). Sum of RGB (Red+Green+Blue) = 98+94+255=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #625EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625EFF is #9DA100. Grayscale: #707070. Windows color (decimal): -10330369 or 16735842. OLE color: 16735842.

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

Color convert

RGB9894255-
CMYK0.620.6300
HSL241.49º100%68.43%-
HSV(B)241.49º63.14%100%-
XYZ27.0917.8296.62-
YUV113.55207.83116.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.92%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 255 (100% from 255) = 57.05%
R=21.92%
G=21.03%
B=57.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal98942550.620.6300241.4910068.43
Hex625EFF3E3F00f16444
Octal142136377767700361144104
Binary1100010101111011111111111110111111001111000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,255); }

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

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

 a { background-color: rgb(98,94,255); }

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

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

 span { border-color: rgb(98,94,255); }

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