Html Css Color HEX #5459FB Neon Blue

📋 copy color: '#5459FB'

red 84 ◦ green 89 ◦ blue 251

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

Shades of Neon Blue #5459FB

Tints of Neon Blue #5459FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 19.81%
G = 20.99%
B = 59.2%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5459FB (or 0x5459FB) is known color: Neon Blue. HEX triplet: 54, 59 and FB. RGB value is (84,89,251). Sum of RGB (Red+Green+Blue) = 84+89+251=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #5459FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459FB is #ABA604. Grayscale: #696969. Windows color (decimal): -11249157 or 16472404. OLE color: 16472404.

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

Color convert

RGB 84 89 251 -
CMYK 0.67 0.65 0 0.02
HSL 238.2º 0.95% 0.66% -
HSV(B) 238.2º 0.67% 0.98% -
XYZ 24.64 15.99 93.06 -
YUV 105.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 84 89 251 0.67 0.65 0 0.02 238.2 0.95 0.66
Hex 54 59 FB 43 41 0 2 EE 5F 42
Octal 124 131 373 103 101 0 2 356 137 102
Binary 1010100 1011001 11111011 1000011 1000001 0 10 11101110 1011111 1000010

Color Harmonies of #5459FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459FB

Black with #5459FB

Text Example


Text Example

White with #5459FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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