Html Css Color HEX #575DF0 Neon Blue

📋 copy color: '#575DF0'

red 87 ◦ green 93 ◦ blue 240

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

Shades of Neon Blue #575DF0

Tints of Neon Blue #575DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 20.71%
G = 22.14%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#575DF0 (or 0x575DF0) is known color: Neon Blue. HEX triplet: 57, 5D and F0. RGB value is (87,93,240). Sum of RGB (Red+Green+Blue) = 87+93+240=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #575DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF0 is #A8A20F. Grayscale: #6B6B6B. Windows color (decimal): -11051536 or 15752535. OLE color: 15752535.

HSL color Cylindrical-coordinate representation of color #575DF0: hue angle of 237.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575DF0 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 93 240 -
CMYK 0.64 0.61 0 0.06
HSL 237.65º 0.84% 0.64% -
HSV(B) 237.65º 0.64% 0.94% -
XYZ 23.57 16.15 84.31 -
YUV 107.96 202.51 113.05 -
System Red Green Blue C M Y K H S L
Decimal 87 93 240 0.64 0.61 0 0.06 237.65 0.84 0.64
Hex 57 5D F0 40 3D 0 6 EE 54 40
Octal 127 135 360 100 75 0 6 356 124 100
Binary 1010111 1011101 11110000 1000000 111101 0 110 11101110 1010100 1000000

Color Harmonies of #575DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DF0

Black with #575DF0

Text Example


Text Example

White with #575DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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