Html Css Color HEX #5749F9 Neon Blue

📋 copy color: '#5749F9'

red 87 ◦ green 73 ◦ blue 249

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

Shades of Neon Blue #5749F9

Tints of Neon Blue #5749F9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 21.27%
G = 17.85%
B = 60.88%

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

#5749F9 (or 0x5749F9) is known color: Neon Blue. HEX triplet: 57, 49 and F9. RGB value is (87,73,249). Sum of RGB (Red+Green+Blue) = 87+73+249=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #5749F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5749F9 is #A8B606. Grayscale: #606060. Windows color (decimal): -11056647 or 16337239. OLE color: 16337239.

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

Color convert

RGB 87 73 249 -
CMYK 0.65 0.71 0 0.02
HSL 244.77º 0.94% 0.63% -
HSV(B) 244.77º 0.71% 0.98% -
XYZ 23.41 13.63 91.02 -
YUV 97.25 213.64 120.69 -
System Red Green Blue C M Y K H S L
Decimal 87 73 249 0.65 0.71 0 0.02 244.77 0.94 0.63
Hex 57 49 F9 41 47 0 2 F5 5E 3F
Octal 127 111 371 101 107 0 2 365 136 77
Binary 1010111 1001001 11111001 1000001 1000111 0 10 11110101 1011110 111111

Color Harmonies of #5749F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749F9

Black with #5749F9

Text Example


Text Example

White with #5749F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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