#6358FA

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

Shades of Neon Blue #6358FA

Tints of Neon Blue #6358FA

Color information

#6358FA (or 0x6358FA) is unknown color: approx Neon Blue. HEX triplet: 63, 58 and FA. RGB value is (99,88,250). Sum of RGB (Red+Green+Blue) = 99+88+250=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #6358FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6358FA is #9CA705. Grayscale: #6D6D6D. Windows color (decimal): -10266374 or 16406627. OLE color: 16406627.

HSL color Cylindrical-coordinate representation of color #6358FA: hue angle of 244.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6358FA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9988250-
CMYK0.600.6500.02
HSL244.07º94.19%66.27%-
HSV(B)244.07º64.8%98.04%-
XYZ25.8916.5392.27-
YUV109.76207.14120.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 250 (98.05% from 255) = 57.21%
R=22.65%
G=20.14%
B=57.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal99882500.600.6500.02244.0794.1966.27
Hex6358FA3C4102f45e42
Octal1431303727410102364136102
Binary110001110110001111101011110010000010101111010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6358FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6358FA; }

 p { color: rgb(99,88,250); }

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

<style>
 a { background-color: #6358FA; }

 a { background-color: rgb(99,88,250); }

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

<style>
 span { border-color: #6358FA; }

 span { border-color: rgb(99,88,250); }

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