#6458FA

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

Shades of Neon Blue #6458FA

Tints of Neon Blue #6458FA

Color information

#6458FA (or 0x6458FA) is unknown color: approx Neon Blue. HEX triplet: 64, 58 and FA. RGB value is (100,88,250). Sum of RGB (Red+Green+Blue) = 100+88+250=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #6458FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458FA is #9BA705. Grayscale: #6D6D6D. Windows color (decimal): -10200838 or 16406628. OLE color: 16406628.

HSL color Cylindrical-coordinate representation of color #6458FA: hue angle of 244.44º 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 #6458FA is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10088250-
CMYK0.60.6500.02
HSL244.44º94.19%66.27%-
HSV(B)244.44º64.8%98.04%-
XYZ2616.5992.27-
YUV110.06206.98120.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 250 (98.05% from 255) = 57.08%
R=22.83%
G=20.09%
B=57.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal100882500.60.6500.02244.4494.1966.27
Hex6458FA3C4102f45e42
Octal1441303727410102364136102
Binary110010010110001111101011110010000010101111010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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