Html Css Color HEX #5459FF Neon Blue

📋 copy color: '#5459FF'

red 84 ◦ green 89 ◦ blue 255

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

Shades of Neon Blue #5459FF

Tints of Neon Blue #5459FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 19.63%
G = 20.79%
B = 59.58%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5459FF (or 0x5459FF) is known color: Neon Blue. HEX triplet: 54, 59 and FF. RGB value is (84,89,255). Sum of RGB (Red+Green+Blue) = 84+89+255=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #5459FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459FF is #ABA600. Grayscale: #696969. Windows color (decimal): -11249153 or 16734548. OLE color: 16734548.

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

Color convert

RGB 84 89 255 -
CMYK 0.67 0.65 0 0
HSL 238.25º 1% 0.66% -
HSV(B) 238.25º 0.67% 1% -
XYZ 25.28 16.25 96.41 -
YUV 106.43 211.84 112 -
System Red Green Blue C M Y K H S L
Decimal 84 89 255 0.67 0.65 0 0 238.25 1 0.66
Hex 54 59 FF 43 41 0 0 EE 64 42
Octal 124 131 377 103 101 0 0 356 144 102
Binary 1010100 1011001 11111111 1000011 1000001 0 0 11101110 1100100 1000010

Color Harmonies of #5459FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459FF

Black with #5459FF

Text Example


Text Example

White with #5459FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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