Html Css Color HEX #575BFA Neon Blue

📋 copy color: '#575BFA'

red 87 ◦ green 91 ◦ blue 250

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

Shades of Neon Blue #575BFA

Tints of Neon Blue #575BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.26%

 BLUE value IS 250 (98.05% from 255) = 58.41%

R = 20.33%
G = 21.26%
B = 58.41%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#575BFA (or 0x575BFA) is known color: Neon Blue. HEX triplet: 57, 5B and FA. RGB value is (87,91,250). Sum of RGB (Red+Green+Blue) = 87+91+250=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #575BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFA is #A8A405. Grayscale: #6B6B6B. Windows color (decimal): -11052038 or 16407383. OLE color: 16407383.

HSL color Cylindrical-coordinate representation of color #575BFA: hue angle of 238.53º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575BFA is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 91 250 -
CMYK 0.65 0.64 0 0.02
HSL 238.53º 0.94% 0.66% -
HSV(B) 238.53º 0.65% 0.98% -
XYZ 24.93 16.41 92.3 -
YUV 107.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 87 91 250 0.65 0.64 0 0.02 238.53 0.94 0.66
Hex 57 5B FA 41 40 0 2 EF 5E 42
Octal 127 133 372 101 100 0 2 357 136 102
Binary 1010111 1011011 11111010 1000001 1000000 0 10 11101111 1011110 1000010

Color Harmonies of #575BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BFA

Black with #575BFA

Text Example


Text Example

White with #575BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,250); }

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

background-color css

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

 a { background-color: rgb(87,91,250); }

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

border-color css

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

 span { border-color: rgb(87,91,250); }

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