Html Css Color HEX #3557FF Neon Blue

📋 copy color: '#3557FF'

red 53 ◦ green 87 ◦ blue 255

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

Shades of Neon Blue #3557FF

Tints of Neon Blue #3557FF

RGB

 RED value IS 53 (21.09% from 255) = 13.42%

 GREEN value IS 87 (34.38% from 255) = 22.03%

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

R = 13.42%
G = 22.03%
B = 64.56%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3557FF (or 0x3557FF) is known color: Neon Blue. HEX triplet: 35, 57 and FF. RGB value is (53,87,255). Sum of RGB (Red+Green+Blue) = 53+87+255=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #3557FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3557FF is #CAA800. Grayscale: #5F5F5F. Windows color (decimal): -13281281 or 16734005. OLE color: 16734005.

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

Color convert

RGB 53 87 255 -
CMYK 0.79 0.66 0 0
HSL 229.9º 1% 0.6% -
HSV(B) 229.9º 0.79% 1% -
XYZ 22.93 14.79 96.25 -
YUV 95.99 217.74 97.34 -
System Red Green Blue C M Y K H S L
Decimal 53 87 255 0.79 0.66 0 0 229.9 1 0.6
Hex 35 57 FF 4F 42 0 0 E6 64 3C
Octal 65 127 377 117 102 0 0 346 144 74
Binary 110101 1010111 11111111 1001111 1000010 0 0 11100110 1100100 111100

Color Harmonies of #3557FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3557FF

Black with #3557FF

Text Example


Text Example

White with #3557FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,87,255); }

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

background-color css

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

 a { background-color: rgb(53,87,255); }

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

border-color css

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

 span { border-color: rgb(53,87,255); }

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