#6258F3

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

Shades of Neon Blue #6258F3

Tints of Neon Blue #6258F3

Color information

#6258F3 (or 0x6258F3) is unknown color: approx Neon Blue. HEX triplet: 62, 58 and F3. RGB value is (98,88,243). Sum of RGB (Red+Green+Blue) = 98+88+243=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #6258F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6258F3 is #9DA70C. Grayscale: #6C6C6C. Windows color (decimal): -10331917 or 15947874. OLE color: 15947874.

HSL color Cylindrical-coordinate representation of color #6258F3: hue angle of 243.87º degrees, saturation: 0.87, 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 #6258F3 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9888243-
CMYK0.600.6400.05
HSL243.87º86.59%64.9%-
HSV(B)243.87º63.79%95.29%-
XYZ24.716.0586.59-
YUV108.66203.81120.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 243 (95.31% from 255) = 56.64%
R=22.84%
G=20.51%
B=56.64%

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
Decimal98882430.600.6400.05243.8786.5964.9
Hex6258F33C4005f45741
Octal1421303637410005364127101
Binary1100010101100011110011111100100000001011111010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6258F3; }

 p { color: rgb(98,88,243); }

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

<style>
 a { background-color: #6258F3; }

 a { background-color: rgb(98,88,243); }

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

<style>
 span { border-color: #6258F3; }

 span { border-color: rgb(98,88,243); }

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