Html Css Color HEX #575AF1 Neon Blue

📋 copy color: '#575AF1'

red 87 ◦ green 90 ◦ blue 241

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

Shades of Neon Blue #575AF1

Tints of Neon Blue #575AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 20.81%
G = 21.53%
B = 57.66%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#575AF1 (or 0x575AF1) is known color: Neon Blue. HEX triplet: 57, 5A and F1. RGB value is (87,90,241). Sum of RGB (Red+Green+Blue) = 87+90+241=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #575AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AF1 is #A8A50E. Grayscale: #696969. Windows color (decimal): -11052303 or 15817303. OLE color: 15817303.

HSL color Cylindrical-coordinate representation of color #575AF1: hue angle of 238.83º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575AF1 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 90 241 -
CMYK 0.64 0.63 0 0.05
HSL 238.83º 0.85% 0.64% -
HSV(B) 238.83º 0.64% 0.95% -
XYZ 23.46 15.69 85.01 -
YUV 106.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 87 90 241 0.64 0.63 0 0.05 238.83 0.85 0.64
Hex 57 5A F1 40 3F 0 5 EF 55 40
Octal 127 132 361 100 77 0 5 357 125 100
Binary 1010111 1011010 11110001 1000000 111111 0 101 11101111 1010101 1000000

Color Harmonies of #575AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AF1

Black with #575AF1

Text Example


Text Example

White with #575AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,241); }

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

background-color css

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

 a { background-color: rgb(87,90,241); }

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

border-color css

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

 span { border-color: rgb(87,90,241); }

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