Html Css Color HEX #583DF2 Neon Blue

📋 copy color: '#583DF2'

red 88 ◦ green 61 ◦ blue 242

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

Shades of Neon Blue #583DF2

Tints of Neon Blue #583DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 242 (94.92% from 255) = 61.89%

R = 22.51%
G = 15.6%
B = 61.89%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#583DF2 (or 0x583DF2) is known color: Neon Blue. HEX triplet: 58, 3D and F2. RGB value is (88,61,242). Sum of RGB (Red+Green+Blue) = 88+61+242=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #583DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583DF2 is #A7C20D. Grayscale: #595959. Windows color (decimal): -10994190 or 15875416. OLE color: 15875416.

HSL color Cylindrical-coordinate representation of color #583DF2: hue angle of 248.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #583DF2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 61 242 -
CMYK 0.64 0.75 0 0.05
HSL 248.95º 0.87% 0.59% -
HSV(B) 248.95º 0.75% 0.95% -
XYZ 21.72 11.82 85.14 -
YUV 89.71 213.95 126.78 -
System Red Green Blue C M Y K H S L
Decimal 88 61 242 0.64 0.75 0 0.05 248.95 0.87 0.59
Hex 58 3D F2 40 4B 0 5 F9 57 3B
Octal 130 75 362 100 113 0 5 371 127 73
Binary 1011000 111101 11110010 1000000 1001011 0 101 11111001 1010111 111011

Color Harmonies of #583DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583DF2

Black with #583DF2

Text Example


Text Example

White with #583DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583DF2; }

 p { color: rgb(88,61,242); }

 H1.HeaderClassName
 {
   color: #583DF2;
 }
 .AnyTagClassName
 {
   color: #583DF2;
 }
</style>

background-color css

<style>
 a { background-color: #583DF2; }

 a { background-color: rgb(88,61,242); }

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

border-color css

<style>
 span { border-color: #583DF2; }

 span { border-color: rgb(88,61,242); }

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