#6458FD

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

Shades of Neon Blue #6458FD

Tints of Neon Blue #6458FD

Color information

#6458FD (or 0x6458FD) is unknown color: approx Neon Blue. HEX triplet: 64, 58 and FD. RGB value is (100,88,253). Sum of RGB (Red+Green+Blue) = 100+88+253=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #6458FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458FD is #9BA702. Grayscale: #6D6D6D. Windows color (decimal): -10200835 or 16603236. OLE color: 16603236.

HSL color Cylindrical-coordinate representation of color #6458FD: hue angle of 244.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6458FD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10088253-
CMYK0.600.6500.01
HSL244.36º97.63%66.86%-
HSV(B)244.36º65.22%99.22%-
XYZ26.4716.7894.77-
YUV110.4208.48120.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.68%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 253 (99.22% from 255) = 57.37%
R=22.68%
G=19.95%
B=57.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100882530.600.6500.01244.3697.6366.86
Hex6458FD3C4101f46243
Octal1441303757410101364142103
Binary11001001011000111111011111001000001011111010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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