#625AF9

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

Shades of Neon Blue #625AF9

Tints of Neon Blue #625AF9

Color information

#625AF9 (or 0x625AF9) is unknown color: approx Neon Blue. HEX triplet: 62, 5A and F9. RGB value is (98,90,249). Sum of RGB (Red+Green+Blue) = 98+90+249=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #625AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625AF9 is #9DA506. Grayscale: #6D6D6D. Windows color (decimal): -10331399 or 16341602. OLE color: 16341602.

HSL color Cylindrical-coordinate representation of color #625AF9: hue angle of 243.02º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #625AF9 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9890249-
CMYK0.610.6400.02
HSL243.02º92.98%66.47%-
HSV(B)243.02º63.86%97.65%-
XYZ25.7916.7591.5-
YUV110.52206.15119.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=22.43%
G=20.59%
B=56.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal98902490.610.6400.02243.0292.9866.47
Hex625AF93D4002f35d42
Octal1421323717510002363135102
Binary110001010110101111100111110110000000101111001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,90,249); }

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

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

 a { background-color: rgb(98,90,249); }

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

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

 span { border-color: rgb(98,90,249); }

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