Html Css Color HEX #5754FA Neon Blue

📋 copy color: '#5754FA'

red 87 ◦ green 84 ◦ blue 250

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

Shades of Neon Blue #5754FA

Tints of Neon Blue #5754FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.95%

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

R = 20.67%
G = 19.95%
B = 59.38%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5754FA (or 0x5754FA) is known color: Neon Blue. HEX triplet: 57, 54 and FA. RGB value is (87,84,250). Sum of RGB (Red+Green+Blue) = 87+84+250=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #5754FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5754FA is #A8AB05. Grayscale: #676767. Windows color (decimal): -11053830 or 16405591. OLE color: 16405591.

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

Color convert

RGB 87 84 250 -
CMYK 0.65 0.66 0 0.02
HSL 241.08º 0.94% 0.65% -
HSV(B) 241.08º 0.66% 0.98% -
XYZ 24.36 15.27 92.11 -
YUV 103.82 210.49 116 -
System Red Green Blue C M Y K H S L
Decimal 87 84 250 0.65 0.66 0 0.02 241.08 0.94 0.65
Hex 57 54 FA 41 42 0 2 F1 5E 41
Octal 127 124 372 101 102 0 2 361 136 101
Binary 1010111 1010100 11111010 1000001 1000010 0 10 11110001 1011110 1000001

Color Harmonies of #5754FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754FA

Black with #5754FA

Text Example


Text Example

White with #5754FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5754FA; }

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

 H1.HeaderClassName
 {
   color: #5754FA;
 }
 .AnyTagClassName
 {
   color: #5754FA;
 }
</style>

background-color css

<style>
 a { background-color: #5754FA; }

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

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

border-color css

<style>
 span { border-color: #5754FA; }

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

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