Html Css Color HEX #583CFC Neon Blue

📋 copy color: '#583CFC'

red 88 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #583CFC

Tints of Neon Blue #583CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

 BLUE value IS 252 (98.83% from 255) = 63%

R = 22%
G = 15%
B = 63%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#583CFC (or 0x583CFC) is known color: Neon Blue. HEX triplet: 58, 3C and FC. RGB value is (88,60,252). Sum of RGB (Red+Green+Blue) = 88+60+252=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #583CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #583CFC is #A7C303. Grayscale: #595959. Windows color (decimal): -10994436 or 16530520. OLE color: 16530520.

HSL color Cylindrical-coordinate representation of color #583CFC: hue angle of 248.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #583CFC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 60 252 -
CMYK 0.65 0.76 0 0.01
HSL 248.75º 0.97% 0.61% -
HSV(B) 248.75º 0.76% 0.99% -
XYZ 23.21 12.33 93.25 -
YUV 90.26 219.28 126.39 -
System Red Green Blue C M Y K H S L
Decimal 88 60 252 0.65 0.76 0 0.01 248.75 0.97 0.61
Hex 58 3C FC 41 4C 0 1 F9 61 3D
Octal 130 74 374 101 114 0 1 371 141 75
Binary 1011000 111100 11111100 1000001 1001100 0 1 11111001 1100001 111101

Color Harmonies of #583CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583CFC

Black with #583CFC

Text Example


Text Example

White with #583CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,60,252); }

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

background-color css

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

 a { background-color: rgb(88,60,252); }

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

border-color css

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

 span { border-color: rgb(88,60,252); }

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