Html Css Color HEX #5464FD Neon Blue

📋 copy color: '#5464FD'

red 84 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #5464FD

Tints of Neon Blue #5464FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 19.22%
G = 22.88%
B = 57.89%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5464FD (or 0x5464FD) is known color: Neon Blue. HEX triplet: 54, 64 and FD. RGB value is (84,100,253). Sum of RGB (Red+Green+Blue) = 84+100+253=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #5464FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464FD is #AB9B02. Grayscale: #707070. Windows color (decimal): -11246339 or 16606292. OLE color: 16606292.

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

Color convert

RGB 84 100 253 -
CMYK 0.67 0.60 0 0.01
HSL 234.32º 0.98% 0.66% -
HSV(B) 234.32º 0.67% 0.99% -
XYZ 25.94 18.09 95.05 -
YUV 112.66 207.2 107.56 -
System Red Green Blue C M Y K H S L
Decimal 84 100 253 0.67 0.60 0 0.01 234.32 0.98 0.66
Hex 54 64 FD 43 3C 0 1 EA 62 42
Octal 124 144 375 103 74 0 1 352 142 102
Binary 1010100 1100100 11111101 1000011 111100 0 1 11101010 1100010 1000010

Color Harmonies of #5464FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464FD

Black with #5464FD

Text Example


Text Example

White with #5464FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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