Html Css Color HEX #5467F9 Neon Blue

📋 copy color: '#5467F9'

red 84 ◦ green 103 ◦ blue 249

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

Shades of Neon Blue #5467F9

Tints of Neon Blue #5467F9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 19.27%
G = 23.62%
B = 57.11%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5467F9 (or 0x5467F9) is known color: Neon Blue. HEX triplet: 54, 67 and F9. RGB value is (84,103,249). Sum of RGB (Red+Green+Blue) = 84+103+249=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #5467F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467F9 is #AB9806. Grayscale: #717171. Windows color (decimal): -11245575 or 16344916. OLE color: 16344916.

HSL color Cylindrical-coordinate representation of color #5467F9: hue angle of 233.09º 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 #5467F9 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 103 249 -
CMYK 0.66 0.59 0 0.02
HSL 233.09º 0.93% 0.65% -
HSV(B) 233.09º 0.66% 0.98% -
XYZ 25.61 18.42 91.83 -
YUV 113.96 204.21 106.63 -
System Red Green Blue C M Y K H S L
Decimal 84 103 249 0.66 0.59 0 0.02 233.09 0.93 0.65
Hex 54 67 F9 42 3B 0 2 E9 5D 41
Octal 124 147 371 102 73 0 2 351 135 101
Binary 1010100 1100111 11111001 1000010 111011 0 10 11101001 1011101 1000001

Color Harmonies of #5467F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5467F9

Black with #5467F9

Text Example


Text Example

White with #5467F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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