Html Css Color HEX #584CFA Neon Blue

📋 copy color: '#584CFA'

red 88 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #584CFA

Tints of Neon Blue #584CFA

RGB

 RED value IS 88 (34.77% from 255) = 21.26%

 GREEN value IS 76 (30.08% from 255) = 18.36%

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

R = 21.26%
G = 18.36%
B = 60.39%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#584CFA (or 0x584CFA) is known color: Neon Blue. HEX triplet: 58, 4C and FA. RGB value is (88,76,250). Sum of RGB (Red+Green+Blue) = 88+76+250=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #584CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #584CFA is #A7B305. Grayscale: #626262. Windows color (decimal): -10990342 or 16403544. OLE color: 16403544.

HSL color Cylindrical-coordinate representation of color #584CFA: hue angle of 244.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #584CFA is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 76 250 -
CMYK 0.65 0.70 0 0.02
HSL 244.14º 0.95% 0.64% -
HSV(B) 244.14º 0.7% 0.98% -
XYZ 23.86 14.15 91.92 -
YUV 99.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 88 76 250 0.65 0.70 0 0.02 244.14 0.95 0.64
Hex 58 4C FA 41 46 0 2 F4 5F 40
Octal 130 114 372 101 106 0 2 364 137 100
Binary 1011000 1001100 11111010 1000001 1000110 0 10 11110100 1011111 1000000

Color Harmonies of #584CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CFA

Black with #584CFA

Text Example


Text Example

White with #584CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584CFA; }

 p { color: rgb(88,76,250); }

 H1.HeaderClassName
 {
   color: #584CFA;
 }
 .AnyTagClassName
 {
   color: #584CFA;
 }
</style>

background-color css

<style>
 a { background-color: #584CFA; }

 a { background-color: rgb(88,76,250); }

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

border-color css

<style>
 span { border-color: #584CFA; }

 span { border-color: rgb(88,76,250); }

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