Html Css Color HEX #575DF1 Neon Blue

📋 copy color: '#575DF1'

red 87 ◦ green 93 ◦ blue 241

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

Shades of Neon Blue #575DF1

Tints of Neon Blue #575DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

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

R = 20.67%
G = 22.09%
B = 57.24%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#575DF1 (or 0x575DF1) is known color: Neon Blue. HEX triplet: 57, 5D and F1. RGB value is (87,93,241). Sum of RGB (Red+Green+Blue) = 87+93+241=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #575DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF1 is #A8A20E. Grayscale: #6B6B6B. Windows color (decimal): -11051535 or 15818071. OLE color: 15818071.

HSL color Cylindrical-coordinate representation of color #575DF1: hue angle of 237.66º 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 #575DF1 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 93 241 -
CMYK 0.64 0.61 0 0.05
HSL 237.66º 0.85% 0.64% -
HSV(B) 237.66º 0.64% 0.95% -
XYZ 23.72 16.21 85.1 -
YUV 108.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 87 93 241 0.64 0.61 0 0.05 237.66 0.85 0.64
Hex 57 5D F1 40 3D 0 5 EE 55 40
Octal 127 135 361 100 75 0 5 356 125 100
Binary 1010111 1011101 11110001 1000000 111101 0 101 11101110 1010101 1000000

Color Harmonies of #575DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DF1

Black with #575DF1

Text Example


Text Example

White with #575DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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