Html Css Color HEX #575CF1 Neon Blue

📋 copy color: '#575CF1'

red 87 ◦ green 92 ◦ blue 241

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

Shades of Neon Blue #575CF1

Tints of Neon Blue #575CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 20.71%
G = 21.9%
B = 57.38%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#575CF1 (or 0x575CF1) is known color: Neon Blue. HEX triplet: 57, 5C and F1. RGB value is (87,92,241). Sum of RGB (Red+Green+Blue) = 87+92+241=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #575CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CF1 is #A8A30E. Grayscale: #6A6A6A. Windows color (decimal): -11051791 or 15817815. OLE color: 15817815.

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

Color convert

RGB 87 92 241 -
CMYK 0.64 0.62 0 0.05
HSL 238.05º 0.85% 0.64% -
HSV(B) 238.05º 0.64% 0.95% -
XYZ 23.63 16.03 85.07 -
YUV 107.49 203.34 113.38 -
System Red Green Blue C M Y K H S L
Decimal 87 92 241 0.64 0.62 0 0.05 238.05 0.85 0.64
Hex 57 5C F1 40 3E 0 5 EE 55 40
Octal 127 134 361 100 76 0 5 356 125 100
Binary 1010111 1011100 11110001 1000000 111110 0 101 11101110 1010101 1000000

Color Harmonies of #575CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CF1

Black with #575CF1

Text Example


Text Example

White with #575CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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