Html Css Color HEX #5459FA Neon Blue

📋 copy color: '#5459FA'

red 84 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #5459FA

Tints of Neon Blue #5459FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 19.86%
G = 21.04%
B = 59.1%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5459FA (or 0x5459FA) is known color: Neon Blue. HEX triplet: 54, 59 and FA. RGB value is (84,89,250). Sum of RGB (Red+Green+Blue) = 84+89+250=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #5459FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459FA is #ABA605. Grayscale: #696969. Windows color (decimal): -11249158 or 16406868. OLE color: 16406868.

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

Color convert

RGB 84 89 250 -
CMYK 0.66 0.64 0 0.02
HSL 238.19º 0.94% 0.65% -
HSV(B) 238.19º 0.66% 0.98% -
XYZ 24.48 15.93 92.23 -
YUV 105.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 84 89 250 0.66 0.64 0 0.02 238.19 0.94 0.65
Hex 54 59 FA 42 40 0 2 EE 5E 41
Octal 124 131 372 102 100 0 2 356 136 101
Binary 1010100 1011001 11111010 1000010 1000000 0 10 11101110 1011110 1000001

Color Harmonies of #5459FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459FA

Black with #5459FA

Text Example


Text Example

White with #5459FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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