Html Css Color HEX #575FF2 Neon Blue

📋 copy color: '#575FF2'

red 87 ◦ green 95 ◦ blue 242

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

Shades of Neon Blue #575FF2

Tints of Neon Blue #575FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 242 (94.92% from 255) = 57.08%

R = 20.52%
G = 22.41%
B = 57.08%

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

#575FF2 (or 0x575FF2) is known color: Neon Blue. HEX triplet: 57, 5F and F2. RGB value is (87,95,242). Sum of RGB (Red+Green+Blue) = 87+95+242=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #575FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FF2 is #A8A00D. Grayscale: #6C6C6C. Windows color (decimal): -11051022 or 15884119. OLE color: 15884119.

HSL color Cylindrical-coordinate representation of color #575FF2: hue angle of 236.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575FF2 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 95 242 -
CMYK 0.64 0.61 0 0.05
HSL 236.9º 0.86% 0.65% -
HSV(B) 236.9º 0.64% 0.95% -
XYZ 24.05 16.62 85.95 -
YUV 109.37 202.85 112.05 -
System Red Green Blue C M Y K H S L
Decimal 87 95 242 0.64 0.61 0 0.05 236.9 0.86 0.65
Hex 57 5F F2 40 3D 0 5 ED 56 41
Octal 127 137 362 100 75 0 5 355 126 101
Binary 1010111 1011111 11110010 1000000 111101 0 101 11101101 1010110 1000001

Color Harmonies of #575FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FF2

Black with #575FF2

Text Example


Text Example

White with #575FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,242); }

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

background-color css

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

 a { background-color: rgb(87,95,242); }

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

border-color css

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

 span { border-color: rgb(87,95,242); }

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