Html Css Color HEX #5754F6 Neon Blue

📋 copy color: '#5754F6'

red 87 ◦ green 84 ◦ blue 246

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

Shades of Neon Blue #5754F6

Tints of Neon Blue #5754F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.99%

R = 20.86%
G = 20.14%
B = 58.99%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5754F6 (or 0x5754F6) is known color: Neon Blue. HEX triplet: 57, 54 and F6. RGB value is (87,84,246). Sum of RGB (Red+Green+Blue) = 87+84+246=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 246 (96.48% from 255 or 58.99% from 417); Max value from RGB is 246 - color contains mainly: blue. Hex color #5754F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5754F6 is #A8AB09. Grayscale: #666666. Windows color (decimal): -11053834 or 16143447. OLE color: 16143447.

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

Color convert

RGB 87 84 246 -
CMYK 0.65 0.66 0 0.04
HSL 241.11º 0.9% 0.65% -
HSV(B) 241.11º 0.66% 0.96% -
XYZ 23.74 15.02 88.84 -
YUV 103.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 87 84 246 0.65 0.66 0 0.04 241.11 0.9 0.65
Hex 57 54 F6 41 42 0 4 F1 5A 41
Octal 127 124 366 101 102 0 4 361 132 101
Binary 1010111 1010100 11110110 1000001 1000010 0 100 11110001 1011010 1000001

Color Harmonies of #5754F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754F6

Black with #5754F6

Text Example


Text Example

White with #5754F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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