Html Css Color HEX #584EFA Neon Blue

📋 copy color: '#584EFA'

red 88 ◦ green 78 ◦ blue 250

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

Shades of Neon Blue #584EFA

Tints of Neon Blue #584EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

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

R = 21.15%
G = 18.75%
B = 60.1%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#584EFA (or 0x584EFA) is known color: Neon Blue. HEX triplet: 58, 4E and FA. RGB value is (88,78,250). Sum of RGB (Red+Green+Blue) = 88+78+250=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #584EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #584EFA is #A7B105. Grayscale: #636363. Windows color (decimal): -10989830 or 16404056. OLE color: 16404056.

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

Color convert

RGB 88 78 250 -
CMYK 0.65 0.69 0 0.02
HSL 243.49º 0.95% 0.64% -
HSV(B) 243.49º 0.69% 0.98% -
XYZ 24 14.43 91.96 -
YUV 100.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 88 78 250 0.65 0.69 0 0.02 243.49 0.95 0.64
Hex 58 4E FA 41 45 0 2 F3 5F 40
Octal 130 116 372 101 105 0 2 363 137 100
Binary 1011000 1001110 11111010 1000001 1000101 0 10 11110011 1011111 1000000

Color Harmonies of #584EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EFA

Black with #584EFA

Text Example


Text Example

White with #584EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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