Html Css Color HEX #5458FA Neon Blue

📋 copy color: '#5458FA'

red 84 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5458FA

Tints of Neon Blue #5458FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 19.91%
G = 20.85%
B = 59.24%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5458FA (or 0x5458FA) is known color: Neon Blue. HEX triplet: 54, 58 and FA. RGB value is (84,88,250). Sum of RGB (Red+Green+Blue) = 84+88+250=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #5458FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458FA is #ABA705. Grayscale: #686868. Windows color (decimal): -11249414 or 16406612. OLE color: 16406612.

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

Color convert

RGB 84 88 250 -
CMYK 0.66 0.65 0 0.02
HSL 238.55º 0.94% 0.65% -
HSV(B) 238.55º 0.66% 0.98% -
XYZ 24.4 15.77 92.2 -
YUV 105.27 209.67 112.83 -
System Red Green Blue C M Y K H S L
Decimal 84 88 250 0.66 0.65 0 0.02 238.55 0.94 0.65
Hex 54 58 FA 42 41 0 2 EF 5E 41
Octal 124 130 372 102 101 0 2 357 136 101
Binary 1010100 1011000 11111010 1000010 1000001 0 10 11101111 1011110 1000001

Color Harmonies of #5458FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458FA

Black with #5458FA

Text Example


Text Example

White with #5458FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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