Html Css Color HEX #575CF0 Neon Blue

📋 copy color: '#575CF0'

red 87 ◦ green 92 ◦ blue 240

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

Shades of Neon Blue #575CF0

Tints of Neon Blue #575CF0

RGB

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

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

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

R = 20.76%
G = 21.96%
B = 57.28%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#575CF0 (or 0x575CF0) is known color: Neon Blue. HEX triplet: 57, 5C and F0. RGB value is (87,92,240). Sum of RGB (Red+Green+Blue) = 87+92+240=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #575CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CF0 is #A8A30F. Grayscale: #6A6A6A. Windows color (decimal): -11051792 or 15752279. OLE color: 15752279.

HSL color Cylindrical-coordinate representation of color #575CF0: hue angle of 238.04º 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 #575CF0 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 92 240 -
CMYK 0.64 0.62 0 0.06
HSL 238.04º 0.84% 0.64% -
HSV(B) 238.04º 0.64% 0.94% -
XYZ 23.49 15.97 84.28 -
YUV 107.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 87 92 240 0.64 0.62 0 0.06 238.04 0.84 0.64
Hex 57 5C F0 40 3E 0 6 EE 54 40
Octal 127 134 360 100 76 0 6 356 124 100
Binary 1010111 1011100 11110000 1000000 111110 0 110 11101110 1010100 1000000

Color Harmonies of #575CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CF0

Black with #575CF0

Text Example


Text Example

White with #575CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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