Html Css Color HEX #5464FE Neon Blue

📋 copy color: '#5464FE'

red 84 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #5464FE

Tints of Neon Blue #5464FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 19.18%
G = 22.83%
B = 57.99%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5464FE (or 0x5464FE) is known color: Neon Blue. HEX triplet: 54, 64 and FE. RGB value is (84,100,254). Sum of RGB (Red+Green+Blue) = 84+100+254=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5464FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464FE is #AB9B01. Grayscale: #707070. Windows color (decimal): -11246338 or 16671828. OLE color: 16671828.

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

Color convert

RGB 84 100 254 -
CMYK 0.67 0.61 0 0.00
HSL 234.35º 0.99% 0.66% -
HSV(B) 234.35º 0.67% 1% -
XYZ 26.1 18.15 95.89 -
YUV 112.77 207.7 107.48 -
System Red Green Blue C M Y K H S L
Decimal 84 100 254 0.67 0.61 0 0.00 234.35 0.99 0.66
Hex 54 64 FE 43 3D 0 0 EA 63 42
Octal 124 144 376 103 75 0 0 352 143 102
Binary 1010100 1100100 11111110 1000011 111101 0 0 11101010 1100011 1000010

Color Harmonies of #5464FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464FE

Black with #5464FE

Text Example


Text Example

White with #5464FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5464FE; }

 p { color: rgb(84,100,254); }

 H1.HeaderClassName
 {
   color: #5464FE;
 }
 .AnyTagClassName
 {
   color: #5464FE;
 }
</style>

background-color css

<style>
 a { background-color: #5464FE; }

 a { background-color: rgb(84,100,254); }

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

border-color css

<style>
 span { border-color: #5464FE; }

 span { border-color: rgb(84,100,254); }

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