Html Css Color HEX #5440FD Neon Blue

📋 copy color: '#5440FD'

red 84 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #5440FD

Tints of Neon Blue #5440FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 20.95%
G = 15.96%
B = 63.09%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5440FD (or 0x5440FD) is known color: Neon Blue. HEX triplet: 54, 40 and FD. RGB value is (84,64,253). Sum of RGB (Red+Green+Blue) = 84+64+253=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #5440FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5440FD is #ABBF02. Grayscale: #5A5A5A. Windows color (decimal): -11255555 or 16597076. OLE color: 16597076.

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

Color convert

RGB 84 64 253 -
CMYK 0.67 0.75 0 0.01
HSL 246.35º 0.98% 0.62% -
HSV(B) 246.35º 0.75% 0.99% -
XYZ 23.22 12.64 94.15 -
YUV 91.53 219.13 122.63 -
System Red Green Blue C M Y K H S L
Decimal 84 64 253 0.67 0.75 0 0.01 246.35 0.98 0.62
Hex 54 40 FD 43 4B 0 1 F6 62 3E
Octal 124 100 375 103 113 0 1 366 142 76
Binary 1010100 1000000 11111101 1000011 1001011 0 1 11110110 1100010 111110

Color Harmonies of #5440FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5440FD

Black with #5440FD

Text Example


Text Example

White with #5440FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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