Html Css Color HEX #5748F9 Neon Blue

📋 copy color: '#5748F9'

red 87 ◦ green 72 ◦ blue 249

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

Shades of Neon Blue #5748F9

Tints of Neon Blue #5748F9

RGB

 RED value IS 87 (34.38% from 255) = 21.32%

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 21.32%
G = 17.65%
B = 61.03%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5748F9 (or 0x5748F9) is known color: Neon Blue. HEX triplet: 57, 48 and F9. RGB value is (87,72,249). Sum of RGB (Red+Green+Blue) = 87+72+249=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #5748F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5748F9 is #A8B706. Grayscale: #5F5F5F. Windows color (decimal): -11056903 or 16336983. OLE color: 16336983.

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

Color convert

RGB 87 72 249 -
CMYK 0.65 0.71 0 0.02
HSL 245.08º 0.94% 0.63% -
HSV(B) 245.08º 0.71% 0.98% -
XYZ 23.35 13.5 91 -
YUV 96.66 213.97 121.11 -
System Red Green Blue C M Y K H S L
Decimal 87 72 249 0.65 0.71 0 0.02 245.08 0.94 0.63
Hex 57 48 F9 41 47 0 2 F5 5E 3F
Octal 127 110 371 101 107 0 2 365 136 77
Binary 1010111 1001000 11111001 1000001 1000111 0 10 11110101 1011110 111111

Color Harmonies of #5748F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748F9

Black with #5748F9

Text Example


Text Example

White with #5748F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,72,249); }

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

background-color css

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

 a { background-color: rgb(87,72,249); }

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

border-color css

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

 span { border-color: rgb(87,72,249); }

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