Html Css Color HEX #5458FD Neon Blue

📋 copy color: '#5458FD'

red 84 ◦ green 88 ◦ blue 253

#5458FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5458FD

Tints of Neon Blue #5458FD

RGB

 RED value IS 84 (33.2% from 255) = 19.76%

 GREEN value IS 88 (34.77% from 255) = 20.71%

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 19.76%
G = 20.71%
B = 59.53%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5458FD (or 0x5458FD) is known color: Neon Blue. HEX triplet: 54, 58 and FD. RGB value is (84,88,253). Sum of RGB (Red+Green+Blue) = 84+88+253=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #5458FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458FD is #ABA702. Grayscale: #686868. Windows color (decimal): -11249411 or 16603220. OLE color: 16603220.

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

Color convert

RGB 84 88 253 -
CMYK 0.67 0.65 0 0.01
HSL 238.58º 0.98% 0.66% -
HSV(B) 238.58º 0.67% 0.99% -
XYZ 24.88 15.96 94.7 -
YUV 105.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 84 88 253 0.67 0.65 0 0.01 238.58 0.98 0.66
Hex 54 58 FD 43 41 0 1 EF 62 42
Octal 124 130 375 103 101 0 1 357 142 102
Binary 1010100 1011000 11111101 1000011 1000001 0 1 11101111 1100010 1000010

Color Harmonies of #5458FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458FD

Black with #5458FD

Text Example


Text Example

White with #5458FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5458FD;
 }
 .AnyTagClassName
 {
   color: #5458FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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