#6348ED

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

Shades of Neon Blue #6348ED

Tints of Neon Blue #6348ED

Color information

#6348ED (or 0x6348ED) is unknown color: approx Neon Blue. HEX triplet: 63, 48 and ED. RGB value is (99,72,237). Sum of RGB (Red+Green+Blue) = 99+72+237=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #6348ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6348ED is #9CB712. Grayscale: #626262. Windows color (decimal): -10270483 or 15550563. OLE color: 15550563.

HSL color Cylindrical-coordinate representation of color #6348ED: hue angle of 249.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6348ED is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9972237-
CMYK0.580.7000.07
HSL249.82º82.09%60.59%-
HSV(B)249.82º69.62%92.94%-
XYZ22.7513.481.51-
YUV98.88205.95128.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.26%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 237 (92.97% from 255) = 58.09%
R=24.26%
G=17.65%
B=58.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal99722370.580.7000.07249.8282.0960.59
Hex6348ED3A4607fa523d
Octal143110355721060737212275
Binary110001110010001110110111101010001100111111110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6348ED; }

 p { color: rgb(99,72,237); }

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

<style>
 a { background-color: #6348ED; }

 a { background-color: rgb(99,72,237); }

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

<style>
 span { border-color: #6348ED; }

 span { border-color: rgb(99,72,237); }

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