#625FFA

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

Shades of Neon Blue #625FFA

Tints of Neon Blue #625FFA

Color information

#625FFA (or 0x625FFA) is unknown color: approx Neon Blue. HEX triplet: 62, 5F and FA. RGB value is (98,95,250). Sum of RGB (Red+Green+Blue) = 98+95+250=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #625FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625FFA is #9DA005. Grayscale: #707070. Windows color (decimal): -10330118 or 16408418. OLE color: 16408418.

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

Color convert

RGB9895250-
CMYK0.610.6200.02
HSL241.16º93.94%67.65%-
HSV(B)241.16º62%98.04%-
XYZ26.3817.6892.47-
YUV113.57204.99116.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.12%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 250 (98.05% from 255) = 56.43%
R=22.12%
G=21.44%
B=56.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal98952500.610.6200.02241.1693.9467.65
Hex625FFA3D3E02f15e44
Octal142137372757602361136104
Binary11000101011111111110101111011111100101111000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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