Html Css Color HEX #5358FC Neon Blue

📋 copy color: '#5358FC'

red 83 ◦ green 88 ◦ blue 252

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

Shades of Neon Blue #5358FC

Tints of Neon Blue #5358FC

RGB

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

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

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

R = 19.62%
G = 20.8%
B = 59.57%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5358FC (or 0x5358FC) is known color: Neon Blue. HEX triplet: 53, 58 and FC. RGB value is (83,88,252). Sum of RGB (Red+Green+Blue) = 83+88+252=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #5358FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5358FC is #ACA703. Grayscale: #686868. Windows color (decimal): -11314948 or 16537683. OLE color: 16537683.

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

Color convert

RGB 83 88 252 -
CMYK 0.67 0.65 0 0.01
HSL 238.22º 0.97% 0.66% -
HSV(B) 238.22º 0.67% 0.99% -
XYZ 24.63 15.85 93.86 -
YUV 105.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 83 88 252 0.67 0.65 0 0.01 238.22 0.97 0.66
Hex 53 58 FC 43 41 0 1 EE 61 42
Octal 123 130 374 103 101 0 1 356 141 102
Binary 1010011 1011000 11111100 1000011 1000001 0 1 11101110 1100001 1000010

Color Harmonies of #5358FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5358FC

Black with #5358FC

Text Example


Text Example

White with #5358FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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