Html Css Color HEX #575DF4 Neon Blue

📋 copy color: '#575DF4'

red 87 ◦ green 93 ◦ blue 244

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

Shades of Neon Blue #575DF4

Tints of Neon Blue #575DF4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 20.52%
G = 21.93%
B = 57.55%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#575DF4 (or 0x575DF4) is known color: Neon Blue. HEX triplet: 57, 5D and F4. RGB value is (87,93,244). Sum of RGB (Red+Green+Blue) = 87+93+244=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #575DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF4 is #A8A20B. Grayscale: #6B6B6B. Windows color (decimal): -11051532 or 16014679. OLE color: 16014679.

HSL color Cylindrical-coordinate representation of color #575DF4: hue angle of 237.71º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575DF4 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 93 244 -
CMYK 0.64 0.62 0 0.04
HSL 237.71º 0.88% 0.65% -
HSV(B) 237.71º 0.64% 0.96% -
XYZ 24.17 16.39 87.48 -
YUV 108.42 204.51 112.72 -
System Red Green Blue C M Y K H S L
Decimal 87 93 244 0.64 0.62 0 0.04 237.71 0.88 0.65
Hex 57 5D F4 40 3E 0 4 EE 58 41
Octal 127 135 364 100 76 0 4 356 130 101
Binary 1010111 1011101 11110100 1000000 111110 0 100 11101110 1011000 1000001

Color Harmonies of #575DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DF4

Black with #575DF4

Text Example


Text Example

White with #575DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,244); }

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

background-color css

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

 a { background-color: rgb(87,93,244); }

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

border-color css

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

 span { border-color: rgb(87,93,244); }

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