Html Css Color HEX #575CE7 Neon Blue

📋 copy color: '#575CE7'

red 87 ◦ green 92 ◦ blue 231

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

Shades of Neon Blue #575CE7

Tints of Neon Blue #575CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.34%

R = 21.22%
G = 22.44%
B = 56.34%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#575CE7 (or 0x575CE7) is known color: Neon Blue. HEX triplet: 57, 5C and E7. RGB value is (87,92,231). Sum of RGB (Red+Green+Blue) = 87+92+231=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #575CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CE7 is #A8A318. Grayscale: #696969. Windows color (decimal): -11051801 or 15162455. OLE color: 15162455.

HSL color Cylindrical-coordinate representation of color #575CE7: hue angle of 237.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575CE7 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 92 231 -
CMYK 0.62 0.60 0 0.09
HSL 237.92º 0.75% 0.62% -
HSV(B) 237.92º 0.62% 0.91% -
XYZ 22.18 15.45 77.41 -
YUV 106.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 87 92 231 0.62 0.60 0 0.09 237.92 0.75 0.62
Hex 57 5C E7 3E 3C 0 9 EE 4B 3E
Octal 127 134 347 76 74 0 11 356 113 76
Binary 1010111 1011100 11100111 111110 111100 0 1001 11101110 1001011 111110

Color Harmonies of #575CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CE7

Black with #575CE7

Text Example


Text Example

White with #575CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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