#6250EB

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

Shades of Neon Blue #6250EB

Tints of Neon Blue #6250EB

Color information

#6250EB (or 0x6250EB) is unknown color: approx Neon Blue. HEX triplet: 62, 50 and EB. RGB value is (98,80,235). Sum of RGB (Red+Green+Blue) = 98+80+235=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #6250EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250EB is #9DAF14. Grayscale: #666666. Windows color (decimal): -10333973 or 15421538. OLE color: 15421538.

HSL color Cylindrical-coordinate representation of color #6250EB: hue angle of 246.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6250EB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9880235-
CMYK0.580.6600.08
HSL246.97º79.49%61.76%-
HSV(B)246.97º65.96%92.16%-
XYZ22.914.3380.16-
YUV103.05202.46124.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 235 (92.19% from 255) = 56.90%
R=23.73%
G=19.37%
B=56.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal98802350.580.6600.08246.9779.4961.76
Hex6250EB3A4208f74f3e
Octal1421203537210201036711776
Binary1100010101000011101011111010100001001000111101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6250EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6250EB; }

 p { color: rgb(98,80,235); }

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

<style>
 a { background-color: #6250EB; }

 a { background-color: rgb(98,80,235); }

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

<style>
 span { border-color: #6250EB; }

 span { border-color: rgb(98,80,235); }

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