Html Css Color HEX #5355FC Neon Blue

📋 copy color: '#5355FC'

red 83 ◦ green 85 ◦ blue 252

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

Shades of Neon Blue #5355FC

Tints of Neon Blue #5355FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

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

R = 19.76%
G = 20.24%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5355FC (or 0x5355FC) is known color: Neon Blue. HEX triplet: 53, 55 and FC. RGB value is (83,85,252). Sum of RGB (Red+Green+Blue) = 83+85+252=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5355FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355FC is #ACAA03. Grayscale: #666666. Windows color (decimal): -11315716 or 16536915. OLE color: 16536915.

HSL color Cylindrical-coordinate representation of color #5355FC: hue angle of 239.29º 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 #5355FC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 85 252 -
CMYK 0.67 0.66 0 0.01
HSL 239.29º 0.97% 0.66% -
HSV(B) 239.29º 0.67% 0.99% -
XYZ 24.39 15.36 93.78 -
YUV 103.44 211.84 113.42 -
System Red Green Blue C M Y K H S L
Decimal 83 85 252 0.67 0.66 0 0.01 239.29 0.97 0.66
Hex 53 55 FC 43 42 0 1 EF 61 42
Octal 123 125 374 103 102 0 1 357 141 102
Binary 1010011 1010101 11111100 1000011 1000010 0 1 11101111 1100001 1000010

Color Harmonies of #5355FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355FC

Black with #5355FC

Text Example


Text Example

White with #5355FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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