Html Css Color HEX #5460F9 Neon Blue

📋 copy color: '#5460F9'

red 84 ◦ green 96 ◦ blue 249

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

Shades of Neon Blue #5460F9

Tints of Neon Blue #5460F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.38%

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 19.58%
G = 22.38%
B = 58.04%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5460F9 (or 0x5460F9) is known color: Neon Blue. HEX triplet: 54, 60 and F9. RGB value is (84,96,249). Sum of RGB (Red+Green+Blue) = 84+96+249=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5460F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5460F9 is #AB9F06. Grayscale: #6D6D6D. Windows color (decimal): -11247367 or 16343124. OLE color: 16343124.

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

Color convert

RGB 84 96 249 -
CMYK 0.66 0.61 0 0.02
HSL 235.64º 0.93% 0.65% -
HSV(B) 235.64º 0.66% 0.98% -
XYZ 24.94 17.09 91.61 -
YUV 109.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 84 96 249 0.66 0.61 0 0.02 235.64 0.93 0.65
Hex 54 60 F9 42 3D 0 2 EC 5D 41
Octal 124 140 371 102 75 0 2 354 135 101
Binary 1010100 1100000 11111001 1000010 111101 0 10 11101100 1011101 1000001

Color Harmonies of #5460F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5460F9

Black with #5460F9

Text Example


Text Example

White with #5460F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5460F9; }

 p { color: rgb(84,96,249); }

 H1.HeaderClassName
 {
   color: #5460F9;
 }
 .AnyTagClassName
 {
   color: #5460F9;
 }
</style>

background-color css

<style>
 a { background-color: #5460F9; }

 a { background-color: rgb(84,96,249); }

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

border-color css

<style>
 span { border-color: #5460F9; }

 span { border-color: rgb(84,96,249); }

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