#6257F2

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

Shades of Neon Blue #6257F2

Tints of Neon Blue #6257F2

Color information

#6257F2 (or 0x6257F2) is unknown color: approx Neon Blue. HEX triplet: 62, 57 and F2. RGB value is (98,87,242). Sum of RGB (Red+Green+Blue) = 98+87+242=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #6257F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6257F2 is #9DA80D. Grayscale: #6B6B6B. Windows color (decimal): -10332174 or 15882082. OLE color: 15882082.

HSL color Cylindrical-coordinate representation of color #6257F2: hue angle of 244.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6257F2 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9887242-
CMYK0.600.6400.05
HSL244.26º85.64%64.51%-
HSV(B)244.26º64.05%94.9%-
XYZ24.4715.8285.77-
YUV107.96203.64120.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.95%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 242 (94.92% from 255) = 56.67%
R=22.95%
G=20.37%
B=56.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal98872420.600.6400.05244.2685.6464.51
Hex6257F23C4005f45641
Octal1421273627410005364126101
Binary1100010101011111110010111100100000001011111010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6257F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6257F2; }

 p { color: rgb(98,87,242); }

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

<style>
 a { background-color: #6257F2; }

 a { background-color: rgb(98,87,242); }

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

<style>
 span { border-color: #6257F2; }

 span { border-color: rgb(98,87,242); }

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