#625DFC

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

Shades of Neon Blue #625DFC

Tints of Neon Blue #625DFC

Color information

#625DFC (or 0x625DFC) is unknown color: approx Neon Blue. HEX triplet: 62, 5D and FC. RGB value is (98,93,252). Sum of RGB (Red+Green+Blue) = 98+93+252=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #625DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625DFC is #9DA203. Grayscale: #6F6F6F. Windows color (decimal): -10330628 or 16538978. OLE color: 16538978.

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

Color convert

RGB9893252-
CMYK0.610.6300.01
HSL241.89º96.36%67.65%-
HSV(B)241.89º63.1%98.82%-
XYZ26.5217.4594.07-
YUV112.62206.66117.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.12%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 252 (98.83% from 255) = 56.88%
R=22.12%
G=20.99%
B=56.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal98932520.610.6300.01241.8996.3667.65
Hex625DFC3D3F01f26044
Octal142135374757701362140104
Binary1100010101110111111100111101111111011111001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,252); }

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

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

 a { background-color: rgb(98,93,252); }

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

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

 span { border-color: rgb(98,93,252); }

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