Html Css Color HEX #575BF5 Neon Blue

📋 copy color: '#575BF5'

red 87 ◦ green 91 ◦ blue 245

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

Shades of Neon Blue #575BF5

Tints of Neon Blue #575BF5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

 BLUE value IS 245 (96.09% from 255) = 57.92%

R = 20.57%
G = 21.51%
B = 57.92%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#575BF5 (or 0x575BF5) is known color: Neon Blue. HEX triplet: 57, 5B and F5. RGB value is (87,91,245). Sum of RGB (Red+Green+Blue) = 87+91+245=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #575BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BF5 is #A8A40A. Grayscale: #6A6A6A. Windows color (decimal): -11052043 or 16079703. OLE color: 16079703.

HSL color Cylindrical-coordinate representation of color #575BF5: hue angle of 238.48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575BF5 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 91 245 -
CMYK 0.64 0.63 0 0.04
HSL 238.48º 0.89% 0.65% -
HSV(B) 238.48º 0.64% 0.96% -
XYZ 24.15 16.1 88.22 -
YUV 107.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 87 91 245 0.64 0.63 0 0.04 238.48 0.89 0.65
Hex 57 5B F5 40 3F 0 4 EE 59 41
Octal 127 133 365 100 77 0 4 356 131 101
Binary 1010111 1011011 11110101 1000000 111111 0 100 11101110 1011001 1000001

Color Harmonies of #575BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BF5

Black with #575BF5

Text Example


Text Example

White with #575BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575BF5; }

 p { color: rgb(87,91,245); }

 H1.HeaderClassName
 {
   color: #575BF5;
 }
 .AnyTagClassName
 {
   color: #575BF5;
 }
</style>

background-color css

<style>
 a { background-color: #575BF5; }

 a { background-color: rgb(87,91,245); }

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

border-color css

<style>
 span { border-color: #575BF5; }

 span { border-color: rgb(87,91,245); }

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