Html Css Color HEX #575CF6 Neon Blue

📋 copy color: '#575CF6'

red 87 ◦ green 92 ◦ blue 246

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

Shades of Neon Blue #575CF6

Tints of Neon Blue #575CF6

RGB

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

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

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

R = 20.47%
G = 21.65%
B = 57.88%

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

#575CF6 (or 0x575CF6) is known color: Neon Blue. HEX triplet: 57, 5C and F6. RGB value is (87,92,246). Sum of RGB (Red+Green+Blue) = 87+92+246=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #575CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CF6 is #A8A309. Grayscale: #6B6B6B. Windows color (decimal): -11051786 or 16145495. OLE color: 16145495.

HSL color Cylindrical-coordinate representation of color #575CF6: hue angle of 238.11º 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 #575CF6 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 92 246 -
CMYK 0.65 0.63 0 0.04
HSL 238.11º 0.9% 0.65% -
HSV(B) 238.11º 0.65% 0.96% -
XYZ 24.39 16.33 89.06 -
YUV 108.06 205.84 112.98 -
System Red Green Blue C M Y K H S L
Decimal 87 92 246 0.65 0.63 0 0.04 238.11 0.9 0.65
Hex 57 5C F6 41 3F 0 4 EE 5A 41
Octal 127 134 366 101 77 0 4 356 132 101
Binary 1010111 1011100 11110110 1000001 111111 0 100 11101110 1011010 1000001

Color Harmonies of #575CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CF6

Black with #575CF6

Text Example


Text Example

White with #575CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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