Html Css Color HEX #5358FF Neon Blue

📋 copy color: '#5358FF'

red 83 ◦ green 88 ◦ blue 255

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

Shades of Neon Blue #5358FF

Tints of Neon Blue #5358FF

RGB

 RED value IS 83 (32.81% from 255) = 19.48%

 GREEN value IS 88 (34.77% from 255) = 20.66%

 BLUE value IS 255 (100% from 255) = 59.86%

R = 19.48%
G = 20.66%
B = 59.86%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5358FF (or 0x5358FF) is known color: Neon Blue. HEX triplet: 53, 58 and FF. RGB value is (83,88,255). Sum of RGB (Red+Green+Blue) = 83+88+255=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5358FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5358FF is #ACA700. Grayscale: #686868. Windows color (decimal): -11314945 or 16734291. OLE color: 16734291.

HSL color Cylindrical-coordinate representation of color #5358FF: hue angle of 238.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5358FF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 88 255 -
CMYK 0.67 0.65 0 0
HSL 238.26º 1% 0.66% -
HSV(B) 238.26º 0.67% 1% -
XYZ 25.11 16.04 96.38 -
YUV 105.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 83 88 255 0.67 0.65 0 0 238.26 1 0.66
Hex 53 58 FF 43 41 0 0 EE 64 42
Octal 123 130 377 103 101 0 0 356 144 102
Binary 1010011 1011000 11111111 1000011 1000001 0 0 11101110 1100100 1000010

Color Harmonies of #5358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5358FF

Black with #5358FF

Text Example


Text Example

White with #5358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5358FF; }

 p { color: rgb(83,88,255); }

 H1.HeaderClassName
 {
   color: #5358FF;
 }
 .AnyTagClassName
 {
   color: #5358FF;
 }
</style>

background-color css

<style>
 a { background-color: #5358FF; }

 a { background-color: rgb(83,88,255); }

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

border-color css

<style>
 span { border-color: #5358FF; }

 span { border-color: rgb(83,88,255); }

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