Html Css Color HEX #575AF6 Neon Blue

📋 copy color: '#575AF6'

red 87 ◦ green 90 ◦ blue 246

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

Shades of Neon Blue #575AF6

Tints of Neon Blue #575AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 20.57%
G = 21.28%
B = 58.16%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#575AF6 (or 0x575AF6) is known color: Neon Blue. HEX triplet: 57, 5A and F6. RGB value is (87,90,246). Sum of RGB (Red+Green+Blue) = 87+90+246=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #575AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AF6 is #A8A509. Grayscale: #6A6A6A. Windows color (decimal): -11052298 or 16144983. OLE color: 16144983.

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

Color convert

RGB 87 90 246 -
CMYK 0.65 0.63 0 0.04
HSL 238.87º 0.9% 0.65% -
HSV(B) 238.87º 0.65% 0.96% -
XYZ 24.22 15.99 89 -
YUV 106.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 87 90 246 0.65 0.63 0 0.04 238.87 0.9 0.65
Hex 57 5A F6 41 3F 0 4 EF 5A 41
Octal 127 132 366 101 77 0 4 357 132 101
Binary 1010111 1011010 11110110 1000001 111111 0 100 11101111 1011010 1000001

Color Harmonies of #575AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AF6

Black with #575AF6

Text Example


Text Example

White with #575AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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