#625CFD

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

Shades of Neon Blue #625CFD

Tints of Neon Blue #625CFD

Color information

#625CFD (or 0x625CFD) is unknown color: approx Neon Blue. HEX triplet: 62, 5C and FD. RGB value is (98,92,253). Sum of RGB (Red+Green+Blue) = 98+92+253=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #625CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625CFD is #9DA302. Grayscale: #6F6F6F. Windows color (decimal): -10330883 or 16604258. OLE color: 16604258.

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

Color convert

RGB9892253-
CMYK0.610.6400.01
HSL242.24º97.58%67.65%-
HSV(B)242.24º63.64%99.22%-
XYZ26.5917.3494.87-
YUV112.15207.49117.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.12%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 253 (99.22% from 255) = 57.11%
R=22.12%
G=20.77%
B=57.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal98922530.610.6400.01242.2497.5867.65
Hex625CFD3D4001f26244
Octal1421343757510001362142104
Binary11000101011100111111011111011000000011111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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