Html Css Color HEX #5464FB Neon Blue

📋 copy color: '#5464FB'

red 84 ◦ green 100 ◦ blue 251

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

Shades of Neon Blue #5464FB

Tints of Neon Blue #5464FB

RGB

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

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

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

R = 19.31%
G = 22.99%
B = 57.7%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5464FB (or 0x5464FB) is known color: Neon Blue. HEX triplet: 54, 64 and FB. RGB value is (84,100,251). Sum of RGB (Red+Green+Blue) = 84+100+251=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #5464FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464FB is #AB9B04. Grayscale: #6F6F6F. Windows color (decimal): -11246341 or 16475220. OLE color: 16475220.

HSL color Cylindrical-coordinate representation of color #5464FB: hue angle of 234.25º 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 #5464FB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 100 251 -
CMYK 0.67 0.60 0 0.02
HSL 234.25º 0.95% 0.66% -
HSV(B) 234.25º 0.67% 0.98% -
XYZ 25.63 17.96 93.38 -
YUV 112.43 206.2 107.72 -
System Red Green Blue C M Y K H S L
Decimal 84 100 251 0.67 0.60 0 0.02 234.25 0.95 0.66
Hex 54 64 FB 43 3C 0 2 EA 5F 42
Octal 124 144 373 103 74 0 2 352 137 102
Binary 1010100 1100100 11111011 1000011 111100 0 10 11101010 1011111 1000010

Color Harmonies of #5464FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464FB

Black with #5464FB

Text Example


Text Example

White with #5464FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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