#625CFF

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

Shades of Neon Blue #625CFF

Tints of Neon Blue #625CFF

Color information

#625CFF (or 0x625CFF) is unknown color: approx Neon Blue. HEX triplet: 62, 5C and FF. RGB value is (98,92,255). Sum of RGB (Red+Green+Blue) = 98+92+255=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #625CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625CFF is #9DA300. Grayscale: #6F6F6F. Windows color (decimal): -10330881 or 16735330. OLE color: 16735330.

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

Color convert

RGB9892255-
CMYK0.620.6400
HSL242.21º100%68.04%-
HSV(B)242.21º63.92%100%-
XYZ26.9117.4796.56-
YUV112.38208.49117.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 255 (100% from 255) = 57.30%
R=22.02%
G=20.67%
B=57.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal98922550.620.6400242.2110068.04
Hex625CFF3E4000f26444
Octal1421343777610000362144104
Binary11000101011100111111111111101000000001111001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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