#625CFE

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

Shades of Neon Blue #625CFE

Tints of Neon Blue #625CFE

Color information

#625CFE (or 0x625CFE) is unknown color: approx Neon Blue. HEX triplet: 62, 5C and FE. RGB value is (98,92,254). Sum of RGB (Red+Green+Blue) = 98+92+254=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #625CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625CFE is #9DA301. Grayscale: #6F6F6F. Windows color (decimal): -10330882 or 16669794. OLE color: 16669794.

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

Color convert

RGB9892254-
CMYK0.610.6400.00
HSL242.22º98.78%67.84%-
HSV(B)242.22º63.78%99.61%-
XYZ26.7517.4195.72-
YUV112.26207.99117.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.07%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 254 (99.61% from 255) = 57.21%
R=22.07%
G=20.72%
B=57.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal98922540.610.6400.00242.2298.7867.84
Hex625CFE3D4000f26344
Octal1421343767510000362143104
Binary11000101011100111111101111011000000001111001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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